#include <TimeFrame.hpp>
Public Member Functions | |
| int | monthLength (int month) |
| TimeFrame () | |
Public Attributes | |
| int | Day [TIMESLICES] |
| int | Hour [TIMESLICES] |
| int | Month [TIMESLICES] |
| int | YTD [TIMESLICES] |
Static Public Attributes | |
| static const int | TIMESLICES =8760 |
| openstudio::isomodel::TimeFrame::TimeFrame | ( | ) |
| int openstudio::isomodel::TimeFrame::monthLength | ( | int | month | ) |
| int openstudio::isomodel::TimeFrame::Day[TIMESLICES] |
| int openstudio::isomodel::TimeFrame::Hour[TIMESLICES] |
| int openstudio::isomodel::TimeFrame::Month[TIMESLICES] |
|
static |
| int openstudio::isomodel::TimeFrame::YTD[TIMESLICES] |