TimeSpan Fields
.NET Framework 3.0
| 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. |