HolidayToDateTime Method
Convert the instance to a
DateTime object based on its settings and the passed year
value.
Namespace: EWSoftware.PDIAssembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2023.1.2.0
public abstract DateTime ToDateTime(
int year
)
Public MustOverride Function ToDateTime (
year As Integer
) As DateTime
public:
virtual DateTime ToDateTime(
int year
) abstract
abstract ToDateTime :
year : int -> DateTime
- year Int32
- The year in which the holiday occurs
DateTimeReturns a
DateTime object that represents the holiday date