HolidayCollectionHolidayDescription Method

This method returns a description if the specified date falls on a holiday or an empty string if it does not.

Definition

Namespace: EWSoftware.PDI
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2023.1.2.0
public string HolidayDescription(
	DateTime date
)

Parameters

date  DateTime
The date to check to see if it is a holiday defined in this collection

Return Value

String
Returns the holiday description if the date is a holiday in this collection or an empty string if it is not.

See Also