FarsiLibrary.Win.DevExpress.PersianCalendarObjectViewInfo.IsHolidayDate C# (CSharp) Method

IsHolidayDate() protected method

protected IsHolidayDate ( CalendarCellViewInfo cell ) : bool
cell CalendarCellViewInfo
return bool
        protected override bool IsHolidayDate(CalendarCellViewInfo cell)
        {
            return View == DateEditCalendarViewType.MonthInfo &&
                   cell.Date.DayOfWeek == DayOfWeek.Friday;
        }