| 129 | } |
| 130 | |
| 131 | bool ScheduleRule_Impl::applyTuesday() const { |
| 132 | boost::optional<std::string> value = getString(OS_Schedule_RuleFields::ApplyTuesday, true); |
| 133 | OS_ASSERT(value); |
| 134 | return openstudio::istringEqual(value.get(), "Yes"); |
| 135 | } |
| 136 | |
| 137 | bool ScheduleRule_Impl::applyWednesday() const { |
| 138 | boost::optional<std::string> value = getString(OS_Schedule_RuleFields::ApplyWednesday, true); |