Mono Class Library: Overview

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. Returns a TimeSpan whose value is the maximum value for the TimeSpan type.
static readonly
MinValueTimeSpan. Returns a TimeSpan whose value is the minimum value for the TimeSpan type.
const
TicksPerDaylong (864000000000). Represents the number of ticks in 1 day.
const
TicksPerHourlong (36000000000). Represents the number of ticks in 1 hour.
const
TicksPerMillisecondlong (10000). Represents the number of ticks in 1 millisecond.
const
TicksPerMinutelong (600000000). Represents the number of ticks in 1 minute.
const
TicksPerSecondlong (10000000). Represents the number of ticks in 1 second.
static readonly
ZeroTimeSpan. Returns a TimeSpan whose value is 0.