Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 592 Bytes

fixed-weekday.md

File metadata and controls

26 lines (22 loc) · 592 Bytes

Fixed-weekday holidays

Fixed weekday holidays are holidays that occur on a fixed weekday during the year.

holiday definition

Properties

Property Mandatory Default Description
holidayType yes must be: FIXED_WEEKDAY
key yes
which
weekday
month

Example

{
  "holidayType": "FIXED_WEEKDAY",
  "key": "THANKSGIVING",
  "which": "FOURTH",
  "weekday": "THURSDAY",
  "month": "NOVEMBER",
  "validFrom": 1863
}