Tests if the value coincides with the specified frequency.
The number to test.
true
if the value occurs, otherwise false
.
Whether the FrequencyCheck.input given was a valid frequency value and this function will produce desirable results. If given is false, the input was missing or was not valid and this function will always return true.
The original input passed to Parse.frequency which generated this function.
The property on the Day object this function evaluates.
Generated using TypeDoc
A function which takes a value and returns whether it coincides with the desired frequency (based on FrequencyCheck.input and parsed by Parse.frequency). This is loosely tied to a property on the Day object through the FrequencyCheck.property value.