Retrieves the number of whole milliseconds represented by the current instance.
[Visual Basic] Public ReadOnly Property Milliseconds As Integer [C#] public int Milliseconds {get;} [C++] public: __property int get_Milliseconds(); [JScript] public function get Milliseconds() : int;
Read only.
The value is an integer between 0 and 999 corresponding to the milliseconds represented by the current instance.
Note that if ToString returns +d.hh:mm:ss.uu", the return value of GetMilliseconds is .uu *103 (rounded down if necessary).
TimeSpan Structure | TimeSpan Members | System Namespace | Int64