DurationDays Property
Gets the number of whole days represented by this instance
Namespace: EWSoftware.PDIAssembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2023.1.2.0
Public ReadOnly Property Days As Integer
Get
public:
property int Days {
int get ();
}
member Days : int with get
Property Value
Int32 Note that this returns the number of whole days in the duration rather than
the number of whole days in the underlying time span.