Summary
Gets or sets the last date to be displayed.
- Namespace
- Avalonia
.Controls - Containing Type
- Calendar
Syntax
public DateTime? DisplayDateEnd { get; set; }
Remarks
To set this property in XAML, use a date specified in the format
yyyy/mm/dd. The mm and dd components must always consist of two
characters, with a leading zero if necessary. For instance, the
month of May should be specified as 05.
Value
Type | Description |
---|---|
DateTime? | The last date to display. |