| 81 | } |
| 82 | |
| 83 | boost::optional<int> YearDescription_Impl::calendarYear() const { |
| 84 | return getInt(OS_YearDescriptionFields::CalendarYear, true); |
| 85 | } |
| 86 | |
| 87 | std::string YearDescription_Impl::dayofWeekforStartDay() const { |
| 88 |
no outgoing calls
no test coverage detected