次の方法で共有


IClock.TickCount Property

Definition

Gets a value that indicates the current tick count measured as milliseconds from an arbitrary reference time. The default implementation leverages TickCount64. This is generally more efficient than GetStopwatchTime(), but provides less precision.

public long TickCount { get; }
member this.TickCount : int64
Public ReadOnly Property TickCount As Long

Property Value

Applies to