System.TimeSpan: Field Members

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

Public Fields

static readonly
MaxValueTimeSpan.

Represents the maximum TimeSpan value. This field is read-only.

static readonly
MinValueTimeSpan.

Represents the minimum TimeSpan value. This field is read-only.

const
TicksPerDaylong (864000000000).

Represents the number of ticks in 1 day. This field is constant.

const
TicksPerHourlong (36000000000).

Represents the number of ticks in 1 hour. This field is constant.

const
TicksPerMillisecondlong (10000).

Represents the number of ticks in 1 millisecond. This field is constant.

const
TicksPerMinutelong (600000000).

Represents the number of ticks in 1 minute. This field is constant.

const
TicksPerSecondlong (10000000).

Represents the number of ticks in 1 second.

static readonly
ZeroTimeSpan.

Represents the zero TimeSpan value. This field is read-only.