Difference between revisions of "CalendarView.DayEndHour"
From Jeremie Leroy - XOJO Controls Wiki
m (1 revision) |
|||
Line 9: | Line 9: | ||
− | If this property is different than 0.0, the remaining hours from DayEndHour to midnight will be darkened.The default value is 18.0==Example==This example sets the DayEndHour to 18:45.<rbcode>me.DayEndHour=18.75</rbcode> | + | |
+ | If this property is different than 0.0, the remaining hours from DayEndHour to midnight will be darkened. | ||
+ | The default value is 18.0 | ||
+ | ==Example== | ||
+ | This example sets the DayEndHour to 18:45. | ||
+ | <rbcode> | ||
+ | me.DayEndHour=18.75 | ||
+ | </rbcode> |
Revision as of 22:13, 29 April 2012
Property (As Single)
If this property is different than 0.0, the remaining hours from DayEndHour to midnight will be darkened. The default value is 18.0
Example
This example sets the DayEndHour to 18:45. <rbcode> me.DayEndHour=18.75 </rbcode>