MahApps.Metro by Jan Karger, Dennis Daume, Brendan Forster, Paul Jenkins, Jake Ginnivan, Alex Mitchell

<PackageReference Include="MahApps.Metro" Version="2.1.1" />

.NET API 3,425,904 bytes

 DateTimePicker

Represents a control that allows the user to select a date and a time.

Identifies the DisplayDateEnd dependency property.

public static readonly DependencyProperty DisplayDateProperty

Identifies the DisplayDate dependency property.

Identifies the DisplayDateStart dependency property.

Identifies the FirstDayOfWeek dependency property.

Identifies the IsTodayHighlighted dependency property.

public static readonly DependencyProperty OrientationProperty

Identifies the Orientation dependency property.

Identifies the SelectedDateFormat dependency property.

public DateTime DisplayDate { get; set; }

Gets or sets the date to display

public DateTime? DisplayDateEnd { get; set; }

Gets or sets the last date to be displayed.

public DateTime? DisplayDateStart { get; set; }

Gets or sets the first date to be displayed.

public DayOfWeek FirstDayOfWeek { get; set; }

Gets or sets the day that is considered the beginning of the week.

public bool IsTodayHighlighted { get; set; }

Gets or sets a value that indicates whether the current date will be highlighted.

public Orientation Orientation { get; set; }

Gets or sets a value that indicates the dimension by which calendar and clock are stacked.

public DatePickerFormat SelectedDateFormat { get; set; }

Gets or sets the format that is used to display the selected date.

public DateTimePicker()