CalendarView.DayStartHour

From Jeremie Leroy - XOJO Controls Wiki
Revision as of 17:32, 2 May 2012 by RB WikiCreator (Talk)

Jump to: navigation, search
Property (As Single)
aCalendarView.DayStartHour = newValue
or
SingleValue = aCalendarView.DayStartHour


If this property is different than 0.0, the hours from midnight to DayStartHour will be darkened. The default value is 6.0

Example

This example sets the DayStartHour to 8 AM. <rbcode> me.DayStartHour=8.0 </rbcode>