TimeSpanRange Properties
The time span range.| Name | Description |
|---|---|
| Day static | Returns the range that specifies the whole day. |
| Duration | Returns the range duration. |
| Empty static | Returns the range whose Start and End values are equal to the TimeSpan.Zero. |
| End | Returns the end value of the range. |
| IsDay | Returns whether the range specifies the while day. |
| IsValid | Returns whether the end value is larger than or equal to the start value. |
| IsZero | Checks whether Start and End properties equal to TimeSpan.Zero. |
| Start | Returns the start value of the range. |
See Also