Example #1
0
 private void updateBeginAndEnd() {
   begin = date;
   end = begin.addDays(visibleDays);
 }