goToMonth static method

dynamic goToMonth(
  1. dynamic index
)

Implementation

static goToMonth(index) {
  TimelineCalendar.dateTime =
      TimelineCalendar.calendarProvider.goToMonth(index);
}