DurationDays Property
Gets the number of whole days represented by this instance
Definition
Namespace: EWSoftware.PDI
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2025.1.9.0
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2025.1.9.0
C#
public int Days { get; }VB
Public ReadOnly Property Days As Integer
GetC++
public:
property int Days {
int get ();
}F#
member Days : int with getProperty Value
Int32Remarks
Note that this returns the number of whole days in the duration rather than
the number of whole days in the underlying time span.