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

ShouldSerializeTodayDate() private method

private ShouldSerializeTodayDate ( ) : bool
return bool
        private bool ShouldSerializeTodayDate()
        {
            return (TodayDate != DateTime.Now.Date);
        }