Click or drag to resize

Clock Properties

The Clock type exposes the following members.

Properties
  NameDescription
Public propertyCurrentTime
Gets or sets the initial time when the document is first loaded.
Public propertyInterval
Gets or sets the time span covered by the document.
Public propertyMultiplier
Gets or sets how much time advances with each tick. Negative values cause time to move backwards. If Step is TickDependent this is the number of seconds advanced each tick. If Step is SystemClockMultiplier then the clock is advanced by the amount of elapsed time since the last tick multiplied by this value.
Public propertyRange
Gets or sets how time behaves at Interval boundaries.
Public propertyStep
Gets or sets how time advances with each tick.
Top
See Also