Module jfxtras.icalendarfx
Interface RRulePart<T>
- All Known Subinterfaces:
ByRule<T>
- All Known Implementing Classes:
ByDay
,ByHour
,ByMinute
,ByMonth
,ByMonthDay
,ByRuleAbstract
,ByRuleIntegerAbstract
,BySecond
,BySetPosition
,ByWeekNumber
,ByYearDay
,Count
,Frequency
,Interval
,RRulePartBase
,Until
,WeekStart
-
Method Summary
-
Method Details
-
getValue
T getValue()The value of the recurrence rule value part. For example, in the below part: BYDAY=MO The value is MO Note: the value's object must have an overridden toString method that complies with iCalendar content line output. -
setValue
Set the value of this parameter
-