Gets the milliseconds component of the time interval represented by the current
TimeSpan structure.
Namespace:
System
Assembly:
Bridge (in Bridge.dll)
public int Milliseconds { get; }
Public ReadOnly Property Milliseconds As Integer
Get
public:
property int^ Milliseconds {
int^ get ();
}
Return Value
The millisecond component of the current
TimeSpan structure. The return value ranges from -999 through 999.