CalendarControl Xojo Plugin

CalendarControl.InitSelectedMonth Property

Use this property to set the initial setting for the SelectedDate property.

InitSelectedMonth as Integer {Read and Write}

Remarks

This property can only be used in design mode. When running then you should use the SelectedDate property.

This property will only take effect if all of the three properties (InitSelectedDay, InitSelectedMonth, InitSelectedYear) are set.

See Also

CalendarControl Control