Click or drag to resize
TimeSpanMilliseconds Property
Gets the milliseconds component of the time interval represented by the current TimeSpan structure.

Namespace: System
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public int Milliseconds { get; }

Return Value

Type: Int32
The millisecond component of the current TimeSpan structure. The return value ranges from -999 through 999.
See Also