TimeSpan Fields

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The TimeSpan type exposes the following members.

Fields

  Name Description
Public fieldStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 MaxValue Represents the maximum TimeSpan value. This field is read-only.
Public fieldStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 MinValue Represents the minimum TimeSpan value. This field is read-only.
Public fieldStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 TicksPerDay Represents the number of ticks in 1 day. This field is constant.
Public fieldStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 TicksPerHour Represents the number of ticks in 1 hour. This field is constant.
Public fieldStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 TicksPerMillisecond Represents the number of ticks in 1 millisecond. This field is constant.
Public fieldStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 TicksPerMinute Represents the number of ticks in 1 minute. This field is constant.
Public fieldStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 TicksPerSecond Represents the number of ticks in 1 second.
Public fieldStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 Zero Represents the zero TimeSpan value. This field is read-only.

Top