MonthCalendar.SetDate(DateTime) Method

Definition

Sets a date as the currently selected date.

public void SetDate (DateTime date);

Parameters

date
DateTime

The date to be selected.

Exceptions

The value is less than the minimum allowable date.

-or-

The value is greater than the maximum allowable date.

This exception will only be thrown if MinDate or MaxDate have been set explicitly.

Remarks

This method sets the SelectionStart and the SelectionEnd properties to the specified date. This method is the functional equivalent of setting the selection range to a single day through the SetSelectionRange method or the SelectionRange property.

Applies to

Product Versions
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9