Click or drag to resize

Duration Properties

The Duration type exposes the following members.

Properties
  NameDescription
Public propertyHours
Gets the value of the duration expressed in hours.
Public propertyMicroseconds
Gets the value of the duration expressed in microseconds.
Public propertyMilliseconds
Gets the value of the duration expressed in milliseconds.
Public propertyMinutes
Gets the value of the duration expressed in minutes.
Public propertyNanoseconds
Gets the value of the duration expressed in nanoseconds.
Public propertySeconds
Gets the value of the duration expressed in seconds.
Public propertyTicks
Gets the value of the duration expressed in ticks.
Public propertyTimeSpan
Gets the value of the duration expressed as a TimeSpan structure.
Top
See Also