ComponentFactory.Krypton.Toolkit.KryptonMonthCalendar.ResetSelectionStart C# (CSharp) Метод

ResetSelectionStart() приватный Метод

private ResetSelectionStart ( ) : void
Результат void
        private void ResetSelectionStart()
        {
            SelectionStart = DateTime.Now.Date;
        }
KryptonMonthCalendar