CalendarDateRangeStart Property

Gets the first date in the represented range.

Definition

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

Property Value

DateTime
The first date in the represented range.

See Also