MinValue: DateTime;
The MinValue property determines value of the MINVAL parameter in binding string.
The MINVAL parameter determines the minimum value that can be set in the editor.
The MinValue property is available if the IBindingDateTimePicker.MinValueDefined property is set to True. If the MinValue property is changed, the IBindingDateTimePicker.MinValueDefined property is automatically set to True.
The example of use is given in description of the IBindingDateTimePicker.CheckBox property.
See also: