BuildingOperatingYearSchedule.GetScheduleForDay
Method
Description:
Gets the BuildingOperatingDaySchedule for this day of the year.
Gets the BuildingOperatingDaySchedule for this day of the year.
Remarks:
The day argument must be in 2023 to match the template year in the user interface calendar: it has 365 days and starts on a Sunday.
The day argument must be in 2023 to match the template year in the user interface calendar: it has 365 days and starts on a Sunday.
Parameters
| Parameter | Type | Description |
|---|---|---|
| day | DateTime | The day of the year. The value must be in 2023 (the template year) and have the time zone set to gmt/utc. Time values will be ignored. |
Return Value
| Type | Description |
|---|---|
| BuildingOperatingDaySchedule | The schedule used on that day. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | day must be in the year 2023. |