อ่านในภาษาอังกฤษ แก้ไข

แชร์ผ่าน


Clock.CurrentIteration Property

Definition

Get the current iteration of this clock.

C#
public int? CurrentIteration { get; }

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

ผลิตภัณฑ์ เวอร์ชัน
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10

See also