CalendarWrapper constructor

CalendarWrapper(
  1. int year
)

Implementation

CalendarWrapper(int year) {
  year_ = year;
  init_(year);
}