Construct a weekend calendar.
An optional calendar name.
An optional array of week days. Defaults to [0, 6]
for Saturday and Sunday.
Get the calendar name.
Check if the date is a holiday.
True if the date is a holiday, otherwise false.
Check if the date is a weekend.
True is the date is a weekend, otherwise false.
Generated using TypeDoc
A calendar where specific days of the week are considered holidays.