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