Example of Day Hour Limit in ASP.NET MVC Scheduler Control
This demo depicts how to restrict the start and end hours of Schedule, thus limiting it to display only the given hour range.
DEMO
SOURCE
|
|
|
In this demo, the Scheduler is made to display from 8 AM to 8 PM and the rest of the hours are hidden, as it is restricted
to start from
08:00
hours and end on
20:00
hours by setting to
StartHour
and
EndHour
properties respectively.