HolidayCollectionHolidayDescription Method
This method returns a description if the specified date falls on a holiday or an empty string if it
does not.
Namespace: EWSoftware.PDIAssembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2023.1.2.0
public string HolidayDescription(
DateTime date
)
Public Function HolidayDescription (
date As DateTime
) As String
public:
String^ HolidayDescription(
DateTime date
)
member HolidayDescription :
date : DateTime -> string
- date DateTime
- The date to check to see if it is a holiday defined in this collection
StringReturns the holiday description if the date is a holiday in this collection or an empty
string if it is not.