MonthCalendar.SetDate(DateTime) 方法

定义

将日期设置为当前选定的日期。

public:
 void SetDate(DateTime date);
public void SetDate (DateTime date);
member this.SetDate : DateTime -> unit
Public Sub SetDate (date As DateTime)

参数

date
DateTime

要选择的日期。

例外

值小于允许的最小日期。

- 或 -

值大于允许的最大日期。

仅当显式设置了 MinDateMaxDate 时,才会引发此异常。

注解

此方法将 SelectionStartSelectionEnd 属性设置为指定的日期。 此方法的功能等效于通过 SetSelectionRange 方法或 SelectionRange 属性将选择范围设置为一天。

适用于