The fields of the TimeSpan structure are listed below. For a complete list of TimeSpan structure members, see the TimeSpan Members topic.
Empty | Represents the constant that is an empty TimeSpan. |
MaxValue | Represents the constant that is the maximum TimeSpan value. |
MinValue | Represents the constant that is the smallest TimeSpan value. |
TicksPerDay | Indicates the number of ticks equivalent to 1 day. |
TicksPerHour | Indicates the number of ticks equivalent to 1 hour. |
TicksPerMillisecond | Indicates the number of ticks equivalent to 1 millisecond. |
TicksPerMinute | Indicates the number of ticks equivalent to 1 minute. |
TicksPerSecond | Indicates the number of ticks equivalent to 1 second. |
Zero | Represents the zero TimeSpan value. |