DateTimeRange Properties
Time interval which provides extended operations such as Union and Intersect.| Name | Description |
|---|---|
| Duration | |
| Empty static | Returns an empty datetime range. |
| End | Gets the end date and time of the datetime range. |
| IsEmpty | Determines whether the current datetime range is empty. |
| IsValid | Gets whether the current datetime range is valid. |
| Start | Gets the start date and time of the datetime range. |
| Today static |
See Also