The DateTimePicker type exposes the following members.

Properties

  NameDescription
Culture
Gets or sets the culture. This is a dependency property.
CustomFormat
Gets or sets the custom date/time format string. This is ignored unless Format is set to Custom. This is a dependency property.
DisplayElements
Gets the elements used to display and edit the value. This is a dependency property.
Format
Gets or sets the date/time format. This is a dependency property.
Value
Gets or sets the date/time value. This is a dependency property.

See Also