This documentation is archived and is not being maintained.
DatePickerFormat Enumeration
Visual Studio 2010
Specifies date formats for a DatePicker.
Assembly: PresentationFramework (in PresentationFramework.dll)
| Member name | Description | |
|---|---|---|
| Long | Specifies that the date should be displayed by using unabbreviated days of the week and month names. This value displays a string that is equal to the string that is returned by the DateTime::ToLongDateString method. | |
| Short | Specifies that the date should be displayed by using abbreviated days of the week and month names. This value displays a string that is equal to the string that is returned by the DateTime::ToShortDateString method. |
The following example creates a DatePicker that displays the date by using unabbreviated days of the week and month names.
<!-- A DatePicker that has March 23, 2009 selected and displays the Long date format. --> <DatePicker SelectedDateFormat="Long" SelectedDate="3/23/09" DisplayDateStart="1/01/09" DisplayDateEnd="12/31/09" FirstDayOfWeek="Monday"/>
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.
Show: