Difference between revisions of "CalendarView.DayEndHour"

From Jeremie Leroy - XOJO Controls Wiki
Jump to: navigation, search
m (1 revision)
Line 12: Line 12:
  
  
If this property is different than 0.0, the remaining hours from DayEndHour to midnight will be darkened.
+
If this property is different than 0.0, the remaining hours from[[CalendarView.DayEndHour|DayEndHour]]to midnight will be darkened.
 
The default value is 18.0
 
The default value is 18.0
 
==Example==
 
==Example==

Revision as of 21:25, 6 May 2012

Property (As Single)
aCalendarView.DayEndHour = newValue
or
SingleValue = aCalendarView.DayEndHour


If this property is different than 0.0, the remaining hours fromDayEndHourto midnight will be darkened. The default value is 18.0

Example

This example sets the DayEndHour to 18:45.

Invalid language.

You need to specify a language like this: <source lang="html4strict">...</source>

Supported languages for syntax highlighting:

[Expand]


me.DayEndHour=18.75