CalendarControl Xojo Plugin

CalendarControl.InitMinYear Property

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

InitMinYear as Integer {Read and Write}

Remarks

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

This property will only take effect if all of the three properties (InitMinDay, InitMinMonth, InitMinYear) are set.

See Also

CalendarControl Control