CalendarControl Xojo Plugin

CalendarControl.SelectedDate Property

Use this property to set the selected date.

SelectedDate as Date {Read and Write}

Remarks

This property can only be used when running. When in design mode then you should use the InitSelectedDay, InitSelectedMonth and InitSelectedYear properties if you want to initialize the SelectedDate property.

See Also

CalendarControl Control