Package jfxtras.icalendarfx.properties.component.recurrence.rrule.byxxx


package jfxtras.icalendarfx.properties.component.recurrence.rrule.byxxx
  • Class
    Description
    BYDAY from RFC 5545, iCalendar 3.3.10, page 40 The BYDAY rule part specifies a COMMA-separated list of days of the week; SU indicates Sunday; MO indicates Monday; TU indicates Tuesday; WE indicates Wednesday; TH indicates Thursday; FR indicates Friday; and SA indicates Saturday.
    Contains both the day of the week and an optional positive or negative integer (ordinal).
    By Hour BYHOUR RFC 5545, iCalendar 3.3.10, page 41 The BYHOUR rule part specifies a COMMA- separated list of hours of the day.
    By Minute BYMINUTE RFC 5545, iCalendar 3.3.10, page 41 The BYMINUTE rule part specifies a COMMA-separated list of minutes within an hour.
    BYMONTH from RFC 5545, iCalendar 3.3.10, page 42
    By Month Day BYMONTHDAY RFC 5545, iCalendar 3.3.10, page 42 The BYMONTHDAY rule part specifies a COMMA-separated list of days of the month.
    Interface for a rule that applies a modification to a Stream of start date/times, such as BYxxx rules, in a recurring event (RRULE).
    BYxxx rule that modify frequency rule (see RFC 5545, iCalendar 3.3.10 Page 42) The BYxxx rules must be applied in a specific order
     
     
     
    By Week Number BYWEEKNO RFC 5545, iCalendar 3.3.10, page 42 The BYWEEKNO rule part specifies a COMMA-separated list of ordinals specifying weeks of the year.
    By Year Day BYYEARDAY RFC 5545, iCalendar 3.3.10, page 42 The BYYEARDAY rule part specifies a COMMA-separated list of days of the year.