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