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

MonthName(
monthNo
as Integer)
as String

MonthName(
monthNo
as Integer
assigns value
as String)
Parameters
- monthNo
- The month number, from Jan = 1, to Dec = 12
- value (assignment parameter)
-
Returns
- String
Remarks
This getter/setter method would usually be used in the open event of the control.
See Also
CalendarControl Control