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> -
Available on MutableCell<
The duration in units of days, see Duration.inDaysDuration> , provided by the MutableDurationCellExtension extensionno setter -
inHours
→ MutableCell<
int> -
Available on MutableCell<
The duration in units of hours, see Duration.inHoursDuration> , provided by the MutableDurationCellExtension extensionno setter -
inMicroseconds
→ MutableCell<
int> -
Available on MutableCell<
The duration in units of microseconds, see Duration.inMicrosecondsDuration> , provided by the MutableDurationCellExtension extensionno setter -
inMilliseconds
→ MutableCell<
int> -
Available on MutableCell<
The duration in units of milliseconds, see Duration.inMillisecondsDuration> , provided by the MutableDurationCellExtension extensionno setter -
inMinutes
→ MutableCell<
int> -
Available on MutableCell<
The duration in units of minutes, see Duration.inMinutesDuration> , provided by the MutableDurationCellExtension extensionno setter -
inSeconds
→ MutableCell<
int> -
Available on MutableCell<
The duration in units of seconds, see Duration.inSecondsDuration> , provided by the MutableDurationCellExtension extensionno setter