TimeInterval Properties
A time interval object.| Name | Description |
|---|---|
| AllDay | Gets or sets a value indicating if the time interval is All-Day. |
| Day static | Gets the time interval of a day. |
| Duration | Gets or sets the duration of the time interval. |
| Empty static | Returns an empty time interval. |
| End | Gets or sets the end date and time of the time interval. |
| LongerThanADay | Gets a value that indicates whether the time interval’s duration is equal to or greater than one day. |
| SameDay | Gets a value that indicates whether the time interval’s start and end times are on the same day. |
| Start | Gets or sets the start date and time of the time interval. |
See Also