Bridge

TimeSpan..::..TotalSeconds Property

Gets the value of the current TimeSpan structure expressed in whole and fractional seconds.

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

Syntax


public double TotalSeconds { get; }
Public ReadOnly Property TotalSeconds As Double
	Get
public:
property double^ TotalSeconds {
	double^ get ();
}

Return Value

The total number of seconds represented by this instance.