Difference between revisions of "CalendarView.DayStartHour"

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 hours from midnight to[[CalendarView.DayStartHour|DayStartHour]]will be darkened.
+
If this property is different than 0.0, the hours from midnight to [[CalendarView.DayStartHour|DayStartHour]] will be darkened.
 
The default value is 6.0
 
The default value is 6.0
 
==Example==
 
==Example==

Revision as of 21:41, 6 May 2012

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.

Invalid language.

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

Supported languages for syntax highlighting:

[Expand]


me.DayStartHour=8.0