• Fluent
  • Fluent Dark
  • Bootstrap v5
  • Bootstrap v5 Dark
  • Tailwind CSS
  • Tailwind CSS Dark
  • Material
  • Bootstrap v4
  • High Contrast
Preferences
Mode Selection
Touch
Mouse
Theme Selection
Localization
*Translated by Google Translator.
Currency
Essential Studio
HOME
All Controls

Example of Day Hour Limit in ASP.NET Core 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.