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