Difference between revisions of "CalendarView.ForceAM PM"

From Jeremie Leroy - XOJO Controls Wiki
Jump to: navigation, search
m (1 revision)
Line 9: Line 9:
  
  
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.

Revision as of 23:13, 29 April 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.