ComponentFactory.Krypton.Toolkit.KryptonMonthCalendar.ShouldSerializeMaxDate C# (CSharp) Method

ShouldSerializeMaxDate() private method

private ShouldSerializeMaxDate ( ) : bool
return bool
        private bool ShouldSerializeMaxDate()
        {
            return (_maxDate != DateTimePicker.MaximumDateTime) && (_maxDate != DateTime.MaxValue);
        }
KryptonMonthCalendar