Clock.CurrentIteration Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get the current iteration of this clock.
public:
property Nullable<int> CurrentIteration { Nullable<int> get(); };
public int? CurrentIteration { get; }
member this.CurrentIteration : Nullable<int>
Public ReadOnly Property CurrentIteration As Nullable(Of Integer)
Property Value
This clock's current iteration within its current active period, or null
if this clock is stopped.
Remarks
A clock's first iteration has a value of 1.
If this clock's timeline has an AutoReverse setting of true
, a full iteration consists of a forward-reverse pair, not just one of these segments.
Regardless of its current iteration, seeking a clock returns its current iteration to 1. Restarting a clock also returns its current iteration to 1.