DurationTotal Months Property
Gets the value of this instance expressed in whole and fractional months
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 double TotalMonths { get; }VB
Public ReadOnly Property TotalMonths As Double
GetC++
public:
property double TotalMonths {
double get ();
}F#
member TotalMonths : float with get