Difference between revisions of "CalendarView.MonthNames"

From Jeremie Leroy - XOJO Controls Wiki
Jump to: navigation, search
m (96 revisions imported)
 
(40 intermediate revisions by 2 users not shown)
Line 10: Line 10:
  
  
Month names from [[CalendarView.MonthNames|MonthNames]](1)=January to MonthNames(12)=December.
+
Month names from MonthNames(1)=January to MonthNames(12)=December.
On Windows, the MonthNames are automatically retrieved.
+
On Windows, the [[CalendarView.MonthNames|MonthNames]] are automatically retrieved.
 
On Macintosh and Linux, the CalendarView will try to retrieve the MonthNames using Date.LongDate.
 
On Macintosh and Linux, the CalendarView will try to retrieve the MonthNames using Date.LongDate.

Latest revision as of 13:21, 6 August 2015

Property (As String)
aCalendarView.MonthNames = newValue
or
StringValue = aCalendarView.MonthNames


Month names from MonthNames(1)=January to MonthNames(12)=December. On Windows, the MonthNames are automatically retrieved. On Macintosh and Linux, the CalendarView will try to retrieve the MonthNames using Date.LongDate.