MonthCalendar.SetDate(DateTime) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將日期設為目前的選取日期。
public:
void SetDate(DateTime date);
public void SetDate (DateTime date);
member this.SetDate : DateTime -> unit
Public Sub SetDate (date As DateTime)
參數
- date
- DateTime
要選取的日期。
例外狀況
備註
這個方法會將 SelectionEnd 和 屬性設定 SelectionStart 為指定的日期。 這個方法的功能相當於透過 方法或 SelectionRange 屬性將選取範圍設定為單一天 SetSelectionRange 。