FixedHolidayToDateTime Method

Convert the instance to a DateTime object based on its settings and the passed year value.

Definition

Namespace: EWSoftware.PDI
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2023.1.2.0
public override DateTime ToDateTime(
	int year
)

Parameters

year  Int32
The year in which the holiday occurs

Return Value

DateTime
Returns a DateTime object that represents the holiday date

See Also