'Declaration Public Property MaxMinBehavior As MaxMinBehavior
'Usage Dim instance As GcDateTimeCellType Dim value As MaxMinBehavior instance.MaxMinBehavior = value value = instance.MaxMinBehavior
public MaxMinBehavior MaxMinBehavior {get; set;}
Property Value
A GcDateTime.MaxMinBehavior enumeration value that indicates the behavior when the new input value is outside of GcDateTime.MinDate and GcDateTime.MaxDate.The default is MaxMinBehavior.AdjustToMaxMin.