CalendarDateRange(DateTime, DateTime) Constructor

Initializes a new instance of the CalendarDateRange class with a range of dates.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public CalendarDateRange(
	DateTime start,
	DateTime end
)

Parameters

start  DateTime
The start of the range to be represented.
end  DateTime
The end of the range to be represented.

See Also