Difference between revisions of "CalendarView.ForceAM PM"

From Jeremie Leroy - XOJO Controls Wiki
Jump to: navigation, search
m (100 revisions imported)
 
(94 intermediate revisions by 2 users not shown)
Line 6: Line 6:
 
| type=Boolean
 
| type=Boolean
 
| readonly=no
 
| readonly=no
 +
| newinversion=1.1.0
 +
| version=1.4.1
 
}}
 
}}
  
  
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 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.

Latest revision as of 14:20, 6 August 2015

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.