DurationMonths Property
Gets the number of whole months 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 Months { get; }VB
Public ReadOnly Property Months As Integer
GetC++
public:
property int Months {
int get ();
}F#
member Months : int with get