IntBasics extension
Utility extension methods for the native int class.
- on
Properties
- days → Duration
-
Available on int, provided by the IntBasics extension
Returns Duration ofthisin days.no setter - hours → Duration
-
Available on int, provided by the IntBasics extension
Returns Duration ofthisin hours.no setter - microseconds → Duration
-
Available on int, provided by the IntBasics extension
Returns Duration ofthisin microseconds.no setter - milliseconds → Duration
-
Available on int, provided by the IntBasics extension
Returns Duration ofthisin milliseconds.no setter - minutes → Duration
-
Available on int, provided by the IntBasics extension
Returns Duration ofthisin minutes.no setter -
range
→ Iterable<
int> -
Available on int, provided by the IntBasics extension
Returns an iterable from0up to but not includingthis.no setter - seconds → Duration
-
Available on int, provided by the IntBasics extension
Returns Duration ofthisin seconds.no setter