DurationDaysInOneYear Property

This property is used to set or get the number of days in one year

Definition

Namespace: EWSoftware.PDI
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2023.1.2.0
public static double DaysInOneYear { get; set; }

Property Value

Double
The number of days in a year can vary. By default, it is defined as 365 days. The value can contain fractional days.

See Also