Calendar.DisplayDate Property
Gets or sets the date to display.
Assembly: PresentationFramework (in PresentationFramework.dll)
XMLNS for XAML: http://schemas.microsoft.com/winfx/2006/xaml/presentation, http://schemas.microsoft.com/netfx/2007/xaml/presentation
The DisplayDate and DisplayMode properties specify what the calendar displays and what has focus within the calendar. The user can change the SelectedDate only when DisplayMode is set to Month, but the user might change the DisplayDate when the Calendar is in Year and Decade mode. The following table describes how the mode changes the DisplayDate.
DisplayMode | Action |
|---|---|
Month | DisplayDate changes when the user navigates to a different month. |
Year | The month of DisplayDate changes when the user clicks or navigates to a different month. |
Decade | The year of DisplayDate changes when the user clicks or navigates to another year. |
DisplayDate is ignored if its value is outside of the range of dates that is specified by DisplayDateStart and DisplayDateEnd properties.
The following code sets up a Calendar with a particular range of displayable dates, and sets the currently selected and displayed date.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.