HoraDurationExtUtils extension

Extended duration utilities.

on

Properties

totalDays double

Available on HoraDuration, provided by the HoraDurationExtUtils extension

Gets the total days including all larger units.
no setter
totalHours double

Available on HoraDuration, provided by the HoraDurationExtUtils extension

Gets the total hours including all larger units.
no setter
totalMinutes double

Available on HoraDuration, provided by the HoraDurationExtUtils extension

Gets the total minutes including all larger units.
no setter
totalSeconds double

Available on HoraDuration, provided by the HoraDurationExtUtils extension

Gets the total seconds including all larger units.
no setter

Methods

format(String formatStr) String

Available on HoraDuration, provided by the HoraDurationExtUtils extension

Formats the duration with a custom format string.
humanize({bool precise = false}) String

Available on HoraDuration, provided by the HoraDurationExtUtils extension

Formats the duration as a human-readable string.
toDartDuration() Duration

Available on HoraDuration, provided by the HoraDurationExtUtils extension

Converts to a Dart Duration.