Retrieves the number of whole seconds represented by the current instance.
[Visual Basic] Public ReadOnly Property Seconds As Integer [C#] public int Seconds {get;} [C++] public: __property int get_Seconds(); [JScript] public function get Seconds() : int;
Read only.
The value is an integer between 0 and 59 corresponding to the 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.
Note that if ToString returns "+d.hh:mm:ss.uu", the return value of GetSeconds is ss.
TimeSpan Structure | TimeSpan Members | System Namespace | Int64