Class INDateComponentsRange

All Implemented Interfaces:
NSCoding, NSObjectProtocol, NSSecureCoding, ObjCProtocol

public class INDateComponentsRange
extends NSObject
implements NSSecureCoding
Since:
Available in iOS 10.0 and later.
  • Constructor Details

    • INDateComponentsRange

      protected INDateComponentsRange()
    • INDateComponentsRange

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

      protected INDateComponentsRange​(NSObject.SkipInit skipInit)
    • INDateComponentsRange

      public INDateComponentsRange​(NSDateComponents startDateComponents, NSDateComponents endDateComponents)
    • INDateComponentsRange

      public INDateComponentsRange​(NSDateComponents startDateComponents, NSDateComponents endDateComponents, INRecurrenceRule recurrenceRule)
      Since:
      Available in iOS 11.0 and later.
    • INDateComponentsRange

      public INDateComponentsRange​(EKRecurrenceRule recurrenceRule)
      Since:
      Available in iOS 11.0 and later.
    • INDateComponentsRange

      public INDateComponentsRange​(NSCoder coder)
  • Method Details

    • getStartDateComponents

      public NSDateComponents getStartDateComponents()
    • getEndDateComponents

      public NSDateComponents getEndDateComponents()
    • getRecurrenceRule

      public INRecurrenceRule getRecurrenceRule()
      Since:
      Available in iOS 11.0 and later.
    • supportsSecureCoding

      public static boolean supportsSecureCoding()
    • init

      protected long init​(NSDateComponents startDateComponents, NSDateComponents endDateComponents)
    • init

      protected long init​(NSDateComponents startDateComponents, NSDateComponents endDateComponents, INRecurrenceRule recurrenceRule)
      Since:
      Available in iOS 11.0 and later.
    • init

      protected long init​(EKRecurrenceRule recurrenceRule)
      Since:
      Available in iOS 11.0 and later.
    • EKRecurrenceRule

      public EKRecurrenceRule EKRecurrenceRule()
      Since:
      Available in iOS 11.0 and later.
    • encode

      public void encode​(NSCoder coder)
      Specified by:
      encode in interface NSCoding
    • init

      protected long init​(NSCoder coder)