CalendarControl Xojo Plugin

CalendarControl.InitMinDay Property

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

InitMinDay 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