DurationDaysInOneYear Property
This property is used to set or get the number of days in one year
Namespace: EWSoftware.PDIAssembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2023.1.2.0
public static double DaysInOneYear { get; set; }
Public Shared Property DaysInOneYear As Double
Get
Set
public:
static property double DaysInOneYear {
double get ();
void set (double value);
}
static member DaysInOneYear : float with get, set
Property Value
DoubleThe number of days in a year can vary. By default, it is defined as 365 days. The value can
contain fractional days.