CalendarDatePicker.SetDisplayDate(DateTime) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Shows the specified date in the calendar picker.
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)
Parameters
- date
- DateTime DateTimeOffset
The date to show.