[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.2.0

Syntax

C#
public int Seconds { get; }
Visual Basic (Declaration)
Public ReadOnly Property Seconds As Integer
Visual C++
public:
property int Seconds {
	int get ();
}
J#
/** @property */
public int get_Seconds()
JScript
public function get Seconds () : int

Return Value

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

See Also