Time Point Interval
Functions
Checks if this interval's end is bounded, meaning it has a finite value.
Checks if this interval's start is bounded, meaning it has a finite value.
Checks if this interval's end is unbounded. In ISO-8601 terminology, this is an "open" end.
Checks if this interval's start is unbounded. In ISO-8601 terminology, this is an "open" start.
Checks if both the start and end of this interval are unbounded, meaning this is an infinite time period in both directions.
Properties
Inheritors
Extensions
The number of whole hours between the start and end of this interval.
The number of whole microseconds between the start and end of this interval.
The number of whole milliseconds between the start and end of this interval.
The number of whole minutes between the start and end of this interval.
The number of nanoseconds between the start and end of this interval.
The number of whole seconds between the start and end of this interval.
Converts this interval into a Duration of the same length.
Converts this interval to an equivalent NSDateInterval.
Converts this interval to an equivalent NSDateInterval, or null if the interval is unbounded.