Exemplo n.º 1
0
 public void getStartEndDates(int year, out DateTime startDate, out DateTime endDate)
 {
     startDay.getDate(year, out startDate);
     endDay.getDate(year, out endDate);
 }