| 981 | } |
| 982 | |
| 983 | std::string Model_Impl::dayofWeekforStartDay() const { |
| 984 | if (!m_cachedYearDescription) { |
| 985 | m_cachedYearDescription = this->model().getUniqueModelObject<YearDescription>(); |
| 986 | } |
| 987 | OS_ASSERT(m_cachedYearDescription); |
| 988 | return m_cachedYearDescription->dayofWeekforStartDay(); |
| 989 | } |
| 990 | |
| 991 | bool Model_Impl::isDayofWeekforStartDayDefaulted() const { |
| 992 | if (!m_cachedYearDescription) { |