Duration Structure |
Namespace: Zivid.NET
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.
|
Name | Description | |
---|---|---|
![]() ![]() | FromHours |
Returns a duration that represents the specified number of hours.
|
![]() ![]() | FromMicroseconds |
Returns a duration that represents the specified number of microseconds.
|
![]() ![]() | FromMilliseconds |
Returns a duration that represents the specified number of milliseconds.
|
![]() ![]() | FromMinutes |
Returns a duration that represents the specified number of minutes.
|
![]() ![]() | FromNanoseconds |
Returns a duration that represents the specified number of nanoseconds.
|
![]() ![]() | FromSeconds |
Returns a duration that represents the specified number of seconds.
|
![]() ![]() | FromTicks |
Returns a duration that represents the specified number of ticks.
|
![]() ![]() | FromTimeSpan |
Returns a duration that represents the specified time span.
|