The fields of System.TimeSpan are listed below. For a list of all members, see the TimeSpan Members list.
See Also: Inherited members from System.ValueType
static readonly | MaxValue | TimeSpan.
Represents the maximum TimeSpan value. This field is read-only. |
static readonly | MinValue | TimeSpan.
Represents the minimum TimeSpan value. This field is read-only. |
const | TicksPerDay | long (864000000000).
Represents the number of ticks in 1 day. This field is constant. |
const | TicksPerHour | long (36000000000).
Represents the number of ticks in 1 hour. This field is constant. |
const | TicksPerMillisecond | long (10000).
Represents the number of ticks in 1 millisecond. This field is constant. |
const | TicksPerMinute | long (600000000).
Represents the number of ticks in 1 minute. This field is constant. |
const | TicksPerSecond | long (10000000).
Represents the number of ticks in 1 second. |
static readonly | Zero | TimeSpan.
Represents the zero TimeSpan value. This field is read-only. |