CalendarDatePicker.SetDisplayDate(DateTime) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在行事曆選擇器中顯示指定的日期。
public:
virtual void SetDisplayDate(DateTime date) = SetDisplayDate;
void SetDisplayDate(DateTime const& date);
public void SetDisplayDate(System.DateTimeOffset date);
function setDisplayDate(date)
Public Sub SetDisplayDate (date As DateTimeOffset)
參數
- date
- DateTime DateTimeOffset
要顯示的日期。