I am Using MVC5 Event Calender. Now the default time range is showing from 12.00 Am to 11 PM , How to restrict it by showing only from 9 .00 AM to 5.00 PM
@Html.DayPilotCalendar("days_resources", new DayPilotCalendarConfig { BusinessBeginsHour = 9, BusinessEndsHour= 17, } you need to add bussiness begins and ends hour in your helper html tag