Gets the days component of the time interval represented by the current
TimeSpan structure.
Namespace:
System
Assembly:
Bridge (in Bridge.dll)
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.