Class EKReminder

All Implemented Interfaces:
NSObjectProtocol, ObjCProtocol

public class EKReminder
extends EKCalendarItem
  • Constructor Details

    • EKReminder

      public EKReminder()
    • EKReminder

      protected EKReminder​(NSObject.Handle h, long handle)
    • EKReminder

      protected EKReminder​(NSObject.SkipInit skipInit)
    • EKReminder

      public EKReminder​(EKEventStore eventStore)
  • Method Details

    • getStartDateComponents

      public NSDateComponents getStartDateComponents()
    • setStartDateComponents

      public void setStartDateComponents​(NSDateComponents v)
    • getDueDateComponents

      public NSDateComponents getDueDateComponents()
    • setDueDateComponents

      public void setDueDateComponents​(NSDateComponents v)
    • isCompleted

      public boolean isCompleted()
    • setCompleted

      public void setCompleted​(boolean v)
    • getCompletionDate

      public NSDate getCompletionDate()
    • setCompletionDate

      public void setCompletionDate​(NSDate v)
    • getPriority

      public long getPriority()
    • setPriority

      public void setPriority​(long v)
    • create

      protected static long create​(EKEventStore eventStore)