Class 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 long FutureEvents  
      static long ThisEvent  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait