RRule
§Properties
§Methods
Returns the first recurrence after the given datetime instance. The inc keyword defines what happens if dt is an occurrence. With inc == True, if dt itself is an occurrence, it will be returned.
Date or null
- optional function that will be called on each date that is added. It can return false to stop the iteration.
Array containing all recurrences.
Returns the last recurrence before the given datetime instance. The inc keyword defines what happens if dt is an occurrence. With inc == True, if dt itself is an occurrence, it will be returned.
Date or null
Returns all the occurrences of the rrule between after and before. The inc keyword defines what happens if after and/or before are themselves occurrences. With inc == True, they will be included in the list, if they are found in the recurrence set.
Array
Returns the number of recurrences in this set. It will have go trough the whole recurrence, if this hasn't been done before.
Will convert all rules described in nlp:ToText to text.