TimeSpan
Object Hierarchy:
Description:
[
SimpleType ]
public struct TimeSpan :
int64
A value representing an interval of time, in microseconds.
Content:
Constants:
- public const TimeSpan DAY
Evaluates to a time span of one day.
- public const TimeSpan HOUR
Evaluates to a time span of one hour.
- public const TimeSpan MINUTE
Evaluates to a time span of one minute.
- public const TimeSpan SECOND
Evaluates to a time span of one second.
- public const TimeSpan MILLISECOND
Evaluates to a time span of one millisecond.
Inherited Members:
All known members inherited from struct int64