Is there a way to show 24 hours in the scheduler?

the scheduler by default starts at 8 AM each day. is it possible to make it start at 0 am?

Hi @martha_argerich,

This should be doable by setting the StartTime property of the views (day or week).

<RadzenDayView StartTime=@TimeSpan.FromHours(0) />
1 Like