Click or drag to resize
TimeSpan Fields

The TimeSpan type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberMaxValue
Represents the maximum TimeSpan value. This field is read-only.
Public fieldStatic memberMinValue
Represents the minimum TimeSpan value. This field is read-only.
Public fieldStatic memberTicksPerDay
Represents the number of ticks in 1 day. This field is constant.
Public fieldStatic memberTicksPerHour
Represents the number of ticks in 1 hour. This field is constant.
Public fieldStatic memberTicksPerMillisecond
Represents the number of ticks in 1 millisecond. This field is constant.
Public fieldStatic memberTicksPerMinute
Represents the number of ticks in 1 minute. This field is constant.
Public fieldStatic memberTicksPerSecond
Represents the number of ticks in 1 second.
Public fieldStatic memberZero
Represents the zero TimeSpan value. This field is read-only.
Top
See Also