CalendarDateRange.

CalendarDateRange(DateTime, DateTime) Constructor

Summary

Initializes a new instance of the System.Windows.Controls.CalendarDateRange class with a range of dates.
Namespace
Avalonia.Controls
Containing Type
CalendarDateRange

Syntax

public CalendarDateRange(DateTime start, DateTime end)

Parameters

Name Type Description
start DateTime The start of the range to be represented.
end DateTime The end of the range to be represented.

Return Value

Type Description
void