RadControls for WPF

Specifies the format of the DateTimePicker.

Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Input (in Telerik.Windows.Controls.Input.dll) Version: 2013.1.403.40

Syntax

C#
public enum DateTimePickerFormat
Visual Basic
Public Enumeration DateTimePickerFormat

Members

Member nameValueDescription
Long0 Specifies that the date should be displayed using unabbreviated days of the week and month names.
Short1 Specifies that the date should be displayed using abbreviated days of the week and month names.

See Also