Class 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 Summary

      Fields 
      Modifier and Type Field Description
      static long Daily  
      static long Monthly  
      static long Weekly  
      static long Yearly  
    • Method Summary

      • Methods inherited from class java.lang.Object

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