| 141 | } |
| 142 | |
| 143 | bool ScheduleRule_Impl::applyThursday() const { |
| 144 | boost::optional<std::string> value = getString(OS_Schedule_RuleFields::ApplyThursday, true); |
| 145 | OS_ASSERT(value); |
| 146 | return openstudio::istringEqual(value.get(), "Yes"); |
| 147 | } |
| 148 | |
| 149 | bool ScheduleRule_Impl::applyFriday() const { |
| 150 | boost::optional<std::string> value = getString(OS_Schedule_RuleFields::ApplyFriday, true); |