DurationExtensions extension
- on
Properties
- totalDays → double
-
Available on Duration, provided by the DurationExtensions extension
Returns the days as doubleno setter - totalHours → double
-
Available on Duration, provided by the DurationExtensions extension
Returns the hours as doubleno setter - totalMinutes → double
-
Available on Duration, provided by the DurationExtensions extension
Returns the minutes as doubleno setter - totalSeconds → double
-
Available on Duration, provided by the DurationExtensions extension
Returns the seconds as doubleno setter
Methods
-
toHoursMinutes(
) → String -
Available on Duration, provided by the DurationExtensions extension
Converts the duration into a readable string 05:15 -
toHoursMinutesSeconds(
) → String -
Available on Duration, provided by the DurationExtensions extension
Converts the duration into a readable string 05:15:35