'Usage Dim instance As DayOfWeekHolidayPolicy Dim date As Date Dim value As Boolean value = instance.IsHoliday(date)
Parameters
- date
- The System.DateTime value that indicates the date.
Return Value
true if the specified date is a holiday; otherwise, false.