ComponentFactory.Krypton.Toolkit.KryptonContextMenuMonthCalendar.ShouldSerializeSelectionStart C# (CSharp) Method

ShouldSerializeSelectionStart() private method

private ShouldSerializeSelectionStart ( ) : bool
return bool
        private bool ShouldSerializeSelectionStart()
        {
            return (SelectionStart != DateTime.Now.Date);
        }