new DataSourceClock()
        Represents CZML document-level clock settings.
    
    
    
    
    
    
    
    
    
    
    
    
    
Members
- 
    clockRange :ClockRange
- 
    
    Gets or sets how the clock should behave whenstartTimeorstopTimeis reached.
- 
    clockStep :ClockStep
- 
    
    Gets or sets if clock advancement is frame dependent or system clock dependent.
- 
    currentTime :JulianDate
- 
    
    Gets or sets the initial time to use when switching to this clock.
- 
    readonlydefinitionChanged :Event
- 
    
    Gets the event that is raised whenever a new property is assigned.
- 
    multiplier :Number
- 
    
    Gets or sets how much time advances with each tick, negative values allow for advancing backwards. IfclockStepis set to ClockStep.TICK_DEPENDENT this is the number of seconds to advance. IfclockStepis set to ClockStep.SYSTEM_CLOCK_MULTIPLIER this value is multiplied by the elapsed system time since the last call to tick.
- 
    startTime :JulianDate
- 
    
    Gets or sets the start time of the clock to use when looping or clamped.
- 
    stopTime :JulianDate
- 
    
    Gets or sets the stop time of the clock to use when looping or clamped.
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.
- 
    equals(other) → Boolean
- 
    
    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.
- 
    merge(source)
- 
    
    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. 
