Android Question [B4X] about ASScheduler_DayView1.WorkingProperties

roddy

Member
Licensed User
Longtime User
I wrote this code:
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 ?
 

roddy

Member
Licensed User
Longtime User
Yes, just set the "Active" property to "False"
B4X:
ASScheduler_DayView1.WorkingProperties.Active = False
I want to show only the ones starting at 10 o'clock
like this screenshot.
77880.jpg
 
Upvote 0
Top