Difference between revisions of "CalendarView.ForceAM PM"

From Jeremie Leroy - XOJO Controls Wiki
Jump to: navigation, search
m (1 revision)
Line 7: Line 7:
 
| readonly=no
 
| readonly=no
 
| newinversion=1.1.0
 
| newinversion=1.1.0
| version=1.1.0
+
| version=1.2.0
 
}}
 
}}
  
Line 13: Line 13:
  
 
If True, Hours in Week view and Day view will always be displayed with AM and PM.
 
If True, Hours in Week view and Day view will always be displayed with AM and PM.
If False, the Calendarview tries to get the system default's hour format.
+
If False, the CalendarView tries to get the system default's hour format.

Revision as of 00:15, 21 August 2012

Property (As Boolean)
aCalendarView.ForceAM_PM = newValue
or
BooleanValue = aCalendarView.ForceAM_PM


If True, Hours in Week view and Day view will always be displayed with AM and PM. If False, the CalendarView tries to get the system default's hour format.