TimeSpanMilliseconds Property |
Gets the milliseconds component of the time interval represented by the current
TimeSpan structure.
Namespace: SystemAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public int Milliseconds { get; }
Return Value
Type:
Int32The millisecond component of the current
TimeSpan structure. The return value ranges from -999 through 999.
See Also