ExtDuration extension

on

Properties

format String

Available on Duration, provided by the ExtDuration extension

Formats this duration using the most appropriate representation:
no setter
formatDDHHMM String

Available on Duration, provided by the ExtDuration extension

Formats this duration as DD:HH:mm.
no setter
formatDDHHMMSS String

Available on Duration, provided by the ExtDuration extension

Formats this duration as DD:HH:mm:ss.
no setter
formatHHMMSS String

Available on Duration, provided by the ExtDuration extension

Formats this duration as HH:mm:ss.
no setter
formatMMSS String

Available on Duration, provided by the ExtDuration extension

Formats this duration as mm:ss.
no setter
formatSS String

Available on Duration, provided by the ExtDuration extension

Formats this duration as ss.
no setter

Methods

fromNow() DateTime

Available on Duration, provided by the ExtDuration extension

Returns a DateTime representing this duration added to the current time.
wait() Future<void>

Available on Duration, provided by the ExtDuration extension

Delays execution for the duration of this Duration.