DataSourceClock

external class DataSourceClock(source)

Represents desired clock settings for a particular DataSource. These settings may be applied to the Clock when the DataSource is loaded.

See also

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

Gets or sets the desired clock range setting. See Clock.clockRange.

Link copied to clipboard

Gets or sets the desired clock step setting. See Clock.clockStep.

Link copied to clipboard

Gets or sets the desired current time when this data source is loaded. See Clock.currentTime.

Link copied to clipboard

Gets the event that is raised whenever a new property is assigned.

Link copied to clipboard

Gets or sets the desired clock multiplier. See Clock.multiplier.

Link copied to clipboard

Gets or sets the desired start time of the clock. See Clock.startTime.

Link copied to clipboard

Gets or sets the desired stop time of the clock. See Clock.stopTime.

Functions

Link copied to clipboard
fun clone(result: DataSourceClock? = definedExternally): DataSourceClock

Duplicates a DataSourceClock instance.

Link copied to clipboard

Gets the value of this clock instance as a Clock object.

Link copied to clipboard
fun merge(source: DataSourceClock)

Assigns each unassigned property on this object to the value of the same property on the provided source object.