CalendarView.DayEndHour

From Jeremie Leroy - XOJO Controls Wiki
Revision as of 23:13, 29 April 2012 by Admin (Talk | contribs) (1 revision)

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


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>