DurationTimeExtension extension

on

Properties

ago DateTime

Available on Duration, provided by the DurationTimeExtension extension

Subtracts the Duration from the current DateTime and returns a DateTime in the past
no setter
delay Future<void>

Available on Duration, provided by the DurationTimeExtension extension

Returns a Future.delayed from this
no setter
fromNow DateTime

Available on Duration, provided by the DurationTimeExtension extension

Adds the Duration to the current DateTime and returns a DateTime in the future
no setter
inWeeks int

Available on Duration, provided by the DurationTimeExtension extension

Returns the representation in weeks
no setter

Methods

clamp({Duration? min, Duration? max}) Duration

Available on Duration, provided by the DurationTimeExtension extension

Returns this Duration clamped to be in the range min-max.

Constants

daysPerWeek → const int
nanosecondsPerMicrosecond → const int