Dividing a day into 8 hours/three time periods
Posted: Wed Feb 11, 2009 2:13 pm
Hello,
I want to divide a day into three equal time periods to represent three shifts per day, that is, an increment of “dtEightHours”. There is a dtSixHours and a dtTwelveHours, but an eight hour interval is not available.
I tried a guess using Graph.Axes.Bottom.Increment := EncodeTime(8,0,0); but that does not work (“Not enough actual parameters”).
How can I setup a time interval of 8 hours or alternatively divide the day into three parts?
Thanks,
Dave.
I want to divide a day into three equal time periods to represent three shifts per day, that is, an increment of “dtEightHours”. There is a dtSixHours and a dtTwelveHours, but an eight hour interval is not available.
I tried a guess using Graph.Axes.Bottom.Increment := EncodeTime(8,0,0); but that does not work (“Not enough actual parameters”).
How can I setup a time interval of 8 hours or alternatively divide the day into three parts?
Thanks,
Dave.