[This is preliminary documentation and is subject to change.]

Gets the number of whole seconds represented by the current TimeSpanFormattable structure.

Namespace: Tools
Assembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
public int Seconds { get; }
Visual Basic
Public ReadOnly Property Seconds As Integer
	Get
Visual C++
public:
property int Seconds {
	int get ();
}
F#
member Seconds : int
JScript
function get Seconds () : int

Return Value

Value of Seconds of internal TimeSpan. The return value ranges from -59 through 59.

See Also