[]
Determines whether the specified date is a weekday or a holiday.
public bool IsHoliday(DateTime date)
Public Function IsHoliday([date] As Date) As Boolean
Type | Name | Description |
---|---|---|
DateTime | date | The DateTime value that indicates the date. |
Type | Description |
---|---|
bool |