CalendarDateRangeEnd Property

Gets the last date in the represented range.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public DateTime End { get; }

Property Value

DateTime
The last date in the represented range.

See Also