CalendarDateRange(DateTime) Constructor

Initializes a new instance of the CalendarDateRange class with a single date.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public CalendarDateRange(
	DateTime day
)

Parameters

day  DateTime
The date to be represented by the range.

See Also