Пример #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
 // Token: 0x060024B4 RID: 9396 RVA: 0x000D4F13 File Offset: 0x000D3113
 public ExDateTime[] GetEffectiveDates()
 {
     return(PrintDailyView.GetEffectiveDates(this.printDateRange));
 }