Class RecurrenceRule.Until
java.lang.Object
org.vaadin.addons.componentfactory.schedulexcalendar.model.RecurrenceRule.Until
- All Implemented Interfaces:
Serializable
- Enclosing class:
- RecurrenceRule
The UNTIL rule part defines a DATE or DATE-TIME value that bounds the recurrence rule in an
inclusive manner. (Floating date, for example 20240101 or date-time 20240101T120000)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Until
-
Until
-
-
Method Details
-
getDate
-
getTime
-
format
Formats to RFC-compliant string: either `YYYYMMDD` or `YYYYMMDDTHHMMSS`.
-