MCPcopy Create free account
hub / github.com/NatLabRockies/OpenStudio / setStartMonth

Method setStartMonth

src/model/ScheduleFixedInterval.cpp:260–263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

258 }
259
260 bool ScheduleFixedInterval_Impl::setStartMonth(int startMonth, bool driverMethod) {
261 const bool result = setInt(OS_Schedule_FixedIntervalFields::StartMonth, startMonth, driverMethod);
262 return result;
263 }
264
265 bool ScheduleFixedInterval_Impl::setStartDay(int startDay, bool driverMethod) {
266 const bool result = setInt(OS_Schedule_FixedIntervalFields::StartDay, startDay, driverMethod);

Callers 1

setTimeSeriesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected