15 lines
285 B
Markdown
15 lines
285 B
Markdown
### Function: SetZoneHolidayFlag(zone, holidayFlag)
|
|
|
|
**Description:**
|
|
Set's the current zone's holiday flag.
|
|
|
|
**Parameters:**
|
|
- `zone` (Zone) - Zone object representing `zone`.
|
|
- `holidayFlag` (uint32) - Integer value `holidayFlag`.
|
|
|
|
**Returns:** None.
|
|
|
|
**Example:**
|
|
|
|
Example Required
|