Returns a Recur
instance corresponding to the string representation
Returns a Recur
instance corresponding to the string representation
the recurrence's rule string representation
returns a Recur matching the string rule
(Since version ) see corresponding Javadoc for more information.
Recurrence rule parser.
Parse a string like "FREQ=DAILY;COUNT=10" to a
Recur
instance.Supports:
The parser uses regex to extract the
Recur
fields.