TimeSpanTotalMilliseconds Property |
Gets the value of the current
TimeSpan structure expressed in whole and fractional milliseconds.
Namespace: SystemAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public double TotalMilliseconds { get; }
Return Value
Type:
DoubleThe total number of milliseconds represented by this instance.
See Also