TimeSpan.MicrosecondsPerMillisecond Field

Definition

Represents the number of microseconds in 1 millisecond. This field is constant.

public: long MicrosecondsPerMillisecond = 1000;
public const long MicrosecondsPerMillisecond = 1000;
val mutable MicrosecondsPerMillisecond : int64
Public Const MicrosecondsPerMillisecond As Long  = 1000

Field Value

Value = 1000

Remarks

The value of this constant is 1 thousand; that is, 1,000.

Applies to