CalendarView.SetDisplayDate(DateTime) Method

Definition

Shows the specified date in the calendar.

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 in the calendar.

Applies to