Example #1
0
 public MonthlyReport(Date currentDate)
 {
     this.currentMonth = currentDate.deepCopy();
 }