Holiday CollectionHoliday Description 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: 2025.1.9.0
Returns the holiday description if the date is a holiday in this collection or an empty string if it is not.
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2025.1.9.0
C#
public string HolidayDescription(
DateTime date
)VB
Public Function HolidayDescription (
date As DateTime
) As StringC++
public:
String^ HolidayDescription(
DateTime date
)F#
member HolidayDescription :
date : DateTime -> string Parameters
- date DateTime
- The date to check to see if it is a holiday defined in this collection
Return Value
StringReturns the holiday description if the date is a holiday in this collection or an empty string if it is not.