Package apple.eventkit.enums
Class EKRecurrenceFrequency
- java.lang.Object
-
- apple.eventkit.enums.EKRecurrenceFrequency
-
public final class EKRecurrenceFrequency extends java.lang.Object[@enum] EKRecurrenceFrequency The frequency of a recurrence EKRecurrenceFrequency designates the unit of time used to describe the recurrence. It has four possible values, which correspond to recurrence rules that are defined in terms of days, weeks, months, and years.
-
-
Field Detail
-
Daily
public static final long Daily
- See Also:
- Constant Field Values
-
Weekly
public static final long Weekly
- See Also:
- Constant Field Values
-
Monthly
public static final long Monthly
- See Also:
- Constant Field Values
-
Yearly
public static final long Yearly
- See Also:
- Constant Field Values
-
-