Bridge

TimeSpan..::..TotalDays Property

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

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

Syntax


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

Return Value

The total number of days represented by this instance.