TimeSpan.NanosecondsPerTick Field

Definition

Represents the number of nanoseconds per tick. This field is constant.

public: long NanosecondsPerTick = 100;
public const long NanosecondsPerTick = 100;
val mutable NanosecondsPerTick : int64
Public Const NanosecondsPerTick As Long  = 100

Field Value

Value = 100

Remarks

The value of this constant is 100.

Applies to