Click or drag to resize

Duration Properties

The Duration type exposes the following members.

Properties
  NameDescription
Public propertyDays
Gets the day component of this Duration.
Public propertyStatic memberMaxValue
Gets the largest possible value of a Duration.
Public propertyStatic memberMinValue
Gets the smallest possible value of a Duration.
Public propertySeconds
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.
Public propertyStandard
Gets the time standard in which this Duration is measured.
Public propertyTotalDays
Gets the total number of whole and fractional days represented by this Duration.
Public propertyTotalSeconds
Gets the total number of seconds represented by this Duration, including the seconds that compose the days returned by the Days property.
Public propertyStatic memberZero
Gets a Duration of 0 days and seconds.
Top
See Also