TimeSpan Fields
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The TimeSpan type exposes the following members.
| Name | Description | |
|---|---|---|
|
MaxValue | Represents the maximum TimeSpan value. This field is read-only. |
|
MinValue | Represents the minimum TimeSpan value. This field is read-only. |
|
TicksPerDay | Represents the number of ticks in 1 day. This field is constant. |
|
TicksPerHour | Represents the number of ticks in 1 hour. This field is constant. |
|
TicksPerMillisecond | Represents the number of ticks in 1 millisecond. This field is constant. |
|
TicksPerMinute | Represents the number of ticks in 1 minute. This field is constant. |
|
TicksPerSecond | Represents the number of ticks in 1 second. |
|
Zero | Represents the zero TimeSpan value. This field is read-only. |
Show: