Difference between revisions of "CalendarView.DayNames"

From Jeremie Leroy - XOJO Controls Wiki
Jump to: navigation, search
m (1 revision)
m (96 revisions imported)
 
(34 intermediate revisions by 2 users not shown)
Line 11: Line 11:
  
 
The names of each day of Week, starting by Sunday.
 
The names of each day of Week, starting by Sunday.
[[CalendarView.DayNames|DayNames]](1) = Sunday
+
DayNames(1) = Sunday
 
DayNames(7) = Saturday
 
DayNames(7) = Saturday

Latest revision as of 13:20, 6 August 2015

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


The names of each day of Week, starting by Sunday. DayNames(1) = Sunday DayNames(7) = Saturday