Duration PropertiesDuration PropertiesDuration Properties

The DurationDurationDuration type exposes the following members.

Properties

 PropertyDescription
Public propertyDaysDaysDays Gets the days component of the current DurationDurationDuration.
Public propertyDayTimeDurationDayTimeDurationDayTimeDuration Returns a DayTimeDurationDayTimeDurationDayTimeDuration representing the days, hours, minutes and seconds in this duration
Public propertyHoursHoursHours Gets the hours component of the current DurationDurationDuration.
Public propertyMinutesMinutesMinutes Gets the minutes component of the current DurationDurationDuration.
Public propertyMonthsMonthsMonths Gets the months component of the current DurationDurationDuration.
Public propertySecondsSecondsSeconds Gets the seconds component of the current DurationDurationDuration.
Public propertyYearMonthDurationYearMonthDurationYearMonthDuration Returns a YearMonthDurationYearMonthDurationYearMonthDuration representing the years and months in this duration
Public propertyYearsYearsYears Gets the years component of the current DurationDurationDuration.

Top