Hi
This is my code (in a with statement)
.DayStartTime = cfg.DayStartTime
.DayEndTime = cfg.DayEndTime
.WorkDayStartTime = cfg.DayStartTime
.WorkDayEndTime = cfg.DayEndTime
Both cfg.DayStartTime and cfg.DayEndTime are Timespans
The .DayStartTime works as expected, but the .DayEndTime always shows 1800.
I currently have this in a function that gets the data in the PageLoad, but I have tried it in the OnPreRender and neither works the Scheduler defaults to 0800 & 1800.
Andy
This is my code (in a with statement)
.DayStartTime = cfg.DayStartTime
.DayEndTime = cfg.DayEndTime
.WorkDayStartTime = cfg.DayStartTime
.WorkDayEndTime = cfg.DayEndTime
Both cfg.DayStartTime and cfg.DayEndTime are Timespans
The .DayStartTime works as expected, but the .DayEndTime always shows 1800.
I currently have this in a function that gets the data in the PageLoad, but I have tried it in the OnPreRender and neither works the Scheduler defaults to 0800 & 1800.
Andy