Package apple.eventkit.enums
Class EKSpan
- java.lang.Object
-
- apple.eventkit.enums.EKSpan
-
public final class EKSpan extends java.lang.Object[@enum] EKSpan Values for controlling what occurrences to affect in a recurring event. This enumerated type is used to indicate the scope of a change being made to a repeating event. EKSpanThisEvent indicates the changes should apply only to this event, EKSpanFutureEvents indicates the changes should apply to this event and all future events in the pattern. [@constant] EKSpanThisEvent Affect this event only. [@constant] EKSpanFutureEvents Affect this event and all after it.
-
-
Field Summary
Fields Modifier and Type Field Description static longFutureEventsstatic longThisEvent
-
-
-
Field Detail
-
ThisEvent
public static final long ThisEvent
- See Also:
- Constant Field Values
-
FutureEvents
public static final long FutureEvents
- See Also:
- Constant Field Values
-
-