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

ResetSelectionStart() private method

private ResetSelectionStart ( ) : void
return void
        private void ResetSelectionStart()
        {
            SelectionStart = DateTime.Now.Date;
        }