ClockViewModel
A view model which exposes a Clock for user interfaces.
See also
Properties
Gets or sets whether the clock can animate. See Clock.canAnimate. This property is observable.
Gets or sets the clock range setting. See Clock.clockRange. This property is observable.
Gets or sets the clock step setting. See Clock.clockStep. This property is observable.
Gets or sets the current time. See Clock.currentTime. This property is observable.
Gets or sets the clock multiplier. See Clock.multiplier. This property is observable.
Gets or sets whether the clock should animate. See Clock.shouldAnimate. This property is observable.
Gets or sets the start time of the clock. See Clock.startTime. This property is observable.
Gets or sets the stop time of the clock. See Clock.stopTime. This property is observable.
Gets the current system time. This property is observable.