| 989 | } |
| 990 | |
| 991 | bool Model_Impl::isDayofWeekforStartDayDefaulted() const { |
| 992 | if (!m_cachedYearDescription) { |
| 993 | m_cachedYearDescription = this->model().getUniqueModelObject<YearDescription>(); |
| 994 | } |
| 995 | OS_ASSERT(m_cachedYearDescription); |
| 996 | return m_cachedYearDescription->isDayofWeekforStartDayDefaulted(); |
| 997 | } |
| 998 | |
| 999 | bool Model_Impl::isLeapYear() const { |
| 1000 | if (!m_cachedYearDescription) { |