Skip to main content
A newer version of this page is available. .

TimeSpanRange Properties

The time span range.
Name Description
Day static Gets the range that specifies the entire day.
Duration Gets the range duration.
End Gets the end value of the range.
IsDay Gets whether the range specifies the entire day.
IsValid Gets whether the end value is greater than or equal to the start value.
IsZero Gets whether Start and End properties are equal to TimeSpan.Zero.
Start Gets the start value of the range.
Zero static
See Also