Duration Properties |
The Duration type exposes the following members.
Name | Description | |
---|---|---|
![]() | Hours |
Gets the value of the duration expressed in hours.
|
![]() | Microseconds |
Gets the value of the duration expressed in microseconds.
|
![]() | Milliseconds |
Gets the value of the duration expressed in milliseconds.
|
![]() | Minutes |
Gets the value of the duration expressed in minutes.
|
![]() | Nanoseconds |
Gets the value of the duration expressed in nanoseconds.
|
![]() | Seconds |
Gets the value of the duration expressed in seconds.
|
![]() | Ticks |
Gets the value of the duration expressed in ticks.
|
![]() | TimeSpan |
Gets the value of the duration expressed as a TimeSpan structure.
|