ExtDuration extension
- on
Properties
- formatHHMMSS → String
-
Available on Duration, provided by the ExtDuration extension
Formats this duration asHH:mm:ss.no setter - formatMMSS → String
-
Available on Duration, provided by the ExtDuration extension
Formats this duration asmm: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.