TimeProvider.TimestampFrequency Property

Definition

Gets the frequency of GetTimestamp() as the number of ticks per second.

public:
 virtual property long TimestampFrequency { long get(); };
public virtual long TimestampFrequency { get; }
member this.TimestampFrequency : int64
Public Overridable ReadOnly Property TimestampFrequency As Long

Property Value

Remarks

The default implementation returns Frequency. For a given TimeProvider instance, the value must be idempotent and remain unchanged.

Applies to