I wrote this code:
All time period still on screen.
Is there any way to not show 00:00-09:30 and 21:30-23:30 ?
B4X:
ASScheduler_DayView1.WorkingProperties.Active = True
ASScheduler_DayView1.WorkingProperties.StartHour = 10
ASScheduler_DayView1.WorkingProperties.EndHour = 21
ASScheduler_DayView1.WorkingProperties.NonWorkingDays = Array As Int()
All time period still on screen.
Is there any way to not show 00:00-09:30 and 21:30-23:30 ?