Clock.CurrentIteration Property

Definition

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.

Applies to

See also