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