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

Method setStartDay

src/model/ScheduleFixedInterval.cpp:265–268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

263 }
264
265 bool ScheduleFixedInterval_Impl::setStartDay(int startDay, bool driverMethod) {
266 const bool result = setInt(OS_Schedule_FixedIntervalFields::StartDay, startDay, driverMethod);
267 return result;
268 }
269
270 bool ScheduleFixedInterval_Impl::setIntervalLength(int intervalLength, bool driverMethod) {
271 const bool result = setDouble(OS_Schedule_FixedIntervalFields::IntervalLength, intervalLength, driverMethod);

Callers 1

setTimeSeriesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected