This is a migrated thread and some comments may be shown as answers.

start time and end time - 24 hour day

3 Answers 67 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
mww
Top achievements
Rank 1
mww asked on 24 May 2011, 10:55 AM
I need my scheduler to have a full 24 hour day as im using it for booking details (a band could be preforming at 1am)

eg  start time - 24:00
end time 23:59

so ive used these settings

DayStartTime="24:00:00" DayEndTime="23:59:00"   

when i run it, I get this error

Microsoft JScript runtime error: Unable to get value of the property 'cells': object is null or undefined
 on this line

l.cellWidth=l.targetRect.width/l.rows[0].cells.length;

so there seems to be a problem when creating the cells in the scheduler.  How can I set it up to use a 24 hour day ?


3 Answers, 1 is accepted

Sort by
0
Stuart Hemming
Top achievements
Rank 2
answered on 24 May 2011, 11:27 AM
FWIW, I set neither DayStartTime or DayEndTime and my Scheduler shows a full 24 hours.

-- 
Stuart
0
mww
Top achievements
Rank 1
answered on 24 May 2011, 11:38 AM
I set the values to these

DayStartTime="00:00:00" DayEndTime="23:59:00"    

that did the trick.  If I dont set them, they default to 8am and 5pm respectively
0
Stuart Hemming
Top achievements
Rank 2
answered on 24 May 2011, 12:01 PM
You are, of course, right. You want to set the ShowFullTime property on scheduler.

-- 
Stuart
Tags
Scheduler
Asked by
mww
Top achievements
Rank 1
Answers by
Stuart Hemming
Top achievements
Rank 2
mww
Top achievements
Rank 1
Share this question
or