This documentation is archived and is not being maintained.
TimeSpan Fields
Visual Studio 2010
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: