Retrieves the number of whole milliseconds represented by the current instance.
[Visual Basic] Public ReadOnly Property TotalMilliseconds As Double [C#] public double TotalMilliseconds {get;} [C++] public: __property double get_TotalMilliseconds(); [JScript] public function get TotalMilliseconds() : double;
Read only.
Retrieves the total number of milliseconds represented by the current instance.
The TotalMilliseconds property returns the total number of milliseconds as a double-recision floating point number that is calculated by using TicksPerMillisecond.
TimeSpan Structure | TimeSpan Members | System Namespace | Double