Duration.Days PropertyDuration.Days PropertyDuration::Days Property

Gets the days component of the current DurationDurationDuration.

Syntax

Public ReadOnly Property Days As Long
        Get
public long Days { get; }
public:
property long Days {
    long get();
}
 

Property Value

Type: System.Int64System.Int64System::Int64

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