Bridge

TimeSpan..::..Seconds Property

Gets the seconds component of the time interval represented by the current TimeSpan structure.

Namespace:  System
Assembly:  Bridge (in Bridge.dll)

Syntax


public int Seconds { get; }
Public ReadOnly Property Seconds As Integer
	Get
public:
property int^ Seconds {
	int^ get ();
}

Return Value

The second component of the current TimeSpan structure. The return value ranges from -59 through 59.