NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TimeSpan Fields

The fields of the TimeSpan structure are listed below. For a complete list of TimeSpan structure members, see the TimeSpan Members topic.

Public:

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.

See Also

TimeSpan Structure | System Namespace