NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TimeSpan.Seconds

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;

Property Value

Read only.

The value is an integer between 0 and 59 corresponding to the seconds represented by the current instance.

Remarks

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.

See Also

TimeSpan Structure | TimeSpan Members | System Namespace | Int64