Пример #1
0
 public ExDateTime[] GetEffectiveDates()
 {
     if (this.viewType == CalendarViewType.Monthly)
     {
         return(PrintMonthlyView.GetEffectiveDates(this.calendarAdapter, this.sessionContext, this.workingDayOnly));
     }
     return(PrintDailyView.GetEffectiveDates(this.calendarAdapter.DateRanges));
 }
Пример #2
0
 public ExDateTime[] GetEffectiveDates()
 {
     return(PrintMonthlyView.GetEffectiveDates(base.CalendarAdapter, this.sessionContext, this.workingDayOnly));
 }