| 135 | } |
| 136 | |
| 137 | bool ScheduleRule_Impl::applyWednesday() const { |
| 138 | boost::optional<std::string> value = getString(OS_Schedule_RuleFields::ApplyWednesday, true); |
| 139 | OS_ASSERT(value); |
| 140 | return openstudio::istringEqual(value.get(), "Yes"); |
| 141 | } |
| 142 | |
| 143 | bool ScheduleRule_Impl::applyThursday() const { |
| 144 | boost::optional<std::string> value = getString(OS_Schedule_RuleFields::ApplyThursday, true); |