Bridge

TimeSpan..::..Days Property

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

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

Syntax


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

Return Value

The day component of this instance. The return value can be positive or negative.