Gets the value of the current
TimeSpan structure expressed in whole and fractional milliseconds.
Namespace:
System
Assembly:
Bridge (in Bridge.dll)
public double TotalMilliseconds { get; }
Public ReadOnly Property TotalMilliseconds As Double
Get
public:
property double^ TotalMilliseconds {
double^ get ();
}
Return Value
The total number of milliseconds represented by this instance.