CalendarControl Xojo Plugin |
|
CalendarControl.DayName Method
Use this property if you want to specify your own names for the days.

DayName(
dayNo
as Integer)
as String

DayName(
dayNo
as Integer
assigns value
as String)
Parameters
- dayNo
- The day number, from Sunday = 1, to Saturday = 7
- value (assignment parameter)
-
Returns
- String
Remarks
This setter/getter method would usually be used in the open event of the control.
Note:
If the control is in Wide mode then you should supply 3 letter day names, else one letter day names.
See Also
CalendarControl Control