jumpToShowFullDay method

void jumpToShowFullDay()

Implementation

void jumpToShowFullDay() {
  cancelAnimation();
  value = TimeRange.fullDay;
}