MutableDurationCellExtension extension
Provides accessors for Duration properties on cells holding a Duration.
Each accessor returns a MutableCell, of which the value is the value of
the property. Setting the value of the cell, updates the value of the
Duration held in this
cell.
- on
Properties
-
inDays
→ MutableCell<
int> -
The duration in units of days, see Duration.inDays
no setter
-
inHours
→ MutableCell<
int> -
The duration in units of hours, see Duration.inHours
no setter
-
inMicroseconds
→ MutableCell<
int> -
The duration in units of microseconds, see Duration.inMicroseconds
no setter
-
inMilliseconds
→ MutableCell<
int> -
The duration in units of milliseconds, see Duration.inMilliseconds
no setter
-
inMinutes
→ MutableCell<
int> -
The duration in units of minutes, see Duration.inMinutes
no setter
-
inSeconds
→ MutableCell<
int> -
The duration in units of seconds, see Duration.inSeconds
no setter