| 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); |