DurationDays In One Month Property
This property is used to set or get the number of days in one month
Definition
Namespace: EWSoftware.PDI
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2025.1.9.0
The number of days in a month can vary. By default, it is defined as 30 days. The value can contain fractional days.
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2025.1.9.0
C#
public static double DaysInOneMonth { get; set; }VB
Public Shared Property DaysInOneMonth As Double
Get
SetC++
public:
static property double DaysInOneMonth {
double get ();
void set (double value);
}F#
static member DaysInOneMonth : float with get, setProperty Value
DoubleThe number of days in a month can vary. By default, it is defined as 30 days. The value can contain fractional days.