java.lang.Object
org.vaadin.addons.componentfactory.schedulexcalendar.model.RecurrenceRule.Until
All Implemented Interfaces:
Serializable
Enclosing class:
RecurrenceRule

public static class RecurrenceRule.Until extends Object implements Serializable
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 Details

  • Method Details

    • getDate

      public LocalDate getDate()
    • getTime

      public LocalTime getTime()
    • format

      public String format()
      Formats to RFC-compliant string: either `YYYYMMDD` or `YYYYMMDDTHHMMSS`.