version 402
SpecialDay represents specific days such as holidays or exceptions
Field | Information |
---|---|
year | Type: int32 Description: Year of the special day Values: full year (e.g., 2023) Example: 2023 |
month | Type: int32 Description: Month of the special day Values: 1–12 Example: 12 |
day | Type: int32 Description: Day of the special day Values: 1–31 Example: 25 |
dayId | Type: string Description: Unique identifier for the special day Example: "christmas" |