Difference between revisions of "CalendarView.DayNames"

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

Latest revision as of 14: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