Duration Properties |
The Duration type exposes the following members.
| Name | Description | |
|---|---|---|
| Days |
Gets the day component of this Duration.
| |
| MaxValue |
Gets the largest possible value of a Duration.
| |
| MinValue |
Gets the smallest possible value of a Duration.
| |
| Seconds |
Gets the seconds component of this Duration. This is the number of seconds represented by
this Duration in addition to the Days, so it will always be less than
SecondsPerDay.
| |
| Standard |
Gets the time standard in which this Duration is measured.
| |
| TotalDays |
Gets the total number of whole and fractional days represented by this Duration.
| |
| TotalSeconds | ||
| Zero |
Gets a Duration of 0 days and seconds.
|