[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.GcDateTimeCellType.MinDate

MinDate Property

MinDate

Gets or sets the minimum allowable value when changing the field or value of the control using the spin setting.

Declaration
[TypeConverter(typeof(DateTimeConverter))]
public DateTime MinDate { get; set; }
<TypeConverter(GetType(DateTimeConverter))>
Public Property MinDate As Date
Property Value
Type Description
DateTime

A DateTime value that indicates the minimum allowable value.

Exceptions
Type Condition
ArgumentOutOfRangeException

The value is greater than GrapeCity.Win.Spread.InputMan.CellType.GcDateTime.MaxDate.