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

ShouldSerializeSelectionEnd() private method

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