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 asDD:HH:mm.no setter - formatDDHHMMSS → String
-
Available on Duration, provided by the ExtDuration extension
Formats this duration asDD:HH:mm:ss.no setter - 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 - formatSS → String
-
Available on Duration, provided by the ExtDuration extension
Formats this duration asss.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.