Difference between revisions of "CalendarView.DayStartHour"
From Jeremie Leroy - XOJO Controls Wiki
m (1 revision) |
|||
Line 9: | Line 9: | ||
− | 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> | + | |
+ | 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> |
Revision as of 22:13, 29 April 2012
Property (As Single)
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>