GcDateTime1.DropDownCalendar.SelectionStyle.BackColor = Color.Silver
GcDateTime1.DropDownCalendar.SelectionStyle.ForeColor = Color.Green
GcDateTime1.DropDownCalendar.SelectionStyle.Bold = True
GcDateTime1.DropDownCalendar.SelectionStyle.UnderLine = False
GcDateTime1.DropDownCalendar.SelectionStyle.BackColor = Color.Silver;
GcDateTime1.DropDownCalendar.SelectionStyle.ForeColor = Color.Green;
GcDateTime1.DropDownCalendar.SelectionStyle.Bold = true;
GcDateTime1.DropDownCalendar.SelectionStyle.UnderLine = false;