'Declaration Public Property MinDate As Date
'Usage Dim instance As GcDateTime Dim value As Date instance.MinDate = value value = instance.MinDate
public DateTime MinDate {get; set;}
'Declaration Public Property MinDate As Date
'Usage Dim instance As GcDateTime Dim value As Date instance.MinDate = value value = instance.MinDate
public DateTime MinDate {get; set;}
Its default value is DateTime.MinValue. When user spin the Value property exceed the MinDate, the value will be validated after GcDateTime lost keyboard focus.
Set MinDate greater than MaxDate, MaxDate will change to same as MinDate; Set MaxDate less than MinDate, the MinDate won't change and the MaxDate changes to same as MinDate.