ExtDuration extension

on

Properties

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

Methods

fromNow() DateTime

Available on Duration, provided by the ExtDuration extension

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

Available on Duration, provided by the ExtDuration extension

Delays execution for the duration of this Duration.