| 196 | } |
| 197 | |
| 198 | int ScheduleFixedInterval_Impl::startMonth() const { |
| 199 | boost::optional<int> value = getInt(OS_Schedule_FixedIntervalFields::StartMonth, true); |
| 200 | OS_ASSERT(value); |
| 201 | return value.get(); |
| 202 | } |
| 203 | |
| 204 | int ScheduleFixedInterval_Impl::startDay() const { |
| 205 | boost::optional<int> value = getInt(OS_Schedule_FixedIntervalFields::StartDay, true); |