TimeSpan.MillisecondsPerSecond Field

Definition

Represents the number of milliseconds in 1 second. This field is constant.

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

Field Value

Value = 1000

Remarks

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

Applies to