Class EKReminder

  • All Implemented Interfaces:
    NSObjectProtocol, org.robovm.objc.ObjCProtocol

    public class EKReminder
    extends EKCalendarItem
    Since:
    Available in iOS 6.0 and later.
    • Constructor Detail

      • EKReminder

        public EKReminder()
      • EKReminder

        public EKReminder​(EKEventStore eventStore)
    • Method Detail

      • setStartDateComponents

        public void setStartDateComponents​(NSDateComponents v)
      • 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)