Represents desired clock settings for a particular 
    
    
    
    
    
    
    
    
    
    
    
    
DataSource.  These settings may be applied
to the Clock when the DataSource is loaded.
    Members
- 
    clockRange : ClockRange
- 
    
    Gets or sets the desired clock range setting. SeeClock#clockRange.
- 
    clockStep : ClockStep
- 
    
    Gets or sets the desired clock step setting. SeeClock#clockStep.
- 
    currentTime : JulianDate
- 
    
    Gets or sets the desired current time when this data source is loaded. SeeClock#currentTime.
- 
    readonlydefinitionChanged : Event
- 
    
    Gets the event that is raised whenever a new property is assigned.
- 
    
    Gets or sets the desired clock multiplier. SeeClock#multiplier.
- 
    startTime : JulianDate
- 
    
    Gets or sets the desired start time of the clock. SeeClock#startTime.
- 
    stopTime : JulianDate
- 
    
    Gets or sets the desired stop time of the clock. SeeClock#stopTime.
Methods
- 
    clone(result) → DataSourceClock
- 
    
    Duplicates a DataSourceClock instance.Name Type Description resultDataSourceClock optional The object onto which to store the result. Returns:The modified result parameter or a new instance if one was not provided.
- 
    
    Returns true if this DataSourceClock is equivalent to the otherName Type Description otherDataSourceClock The other DataSourceClock to compare to. Returns:trueif the DataSourceClocks are equal; otherwise,false.
- 
    getValue() → Clock
- 
    
    Gets the value of this clock instance as aClockobject.Returns:The modified result parameter or a new instance if one was not provided.
- 
    
    Assigns each unassigned property on this object to the value of the same property on the provided source object.Name Type Description sourceDataSourceClock The object to be merged into this object. 
