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