CalendarDateRange.

CalendarDateRange(DateTime) Constructor

Summary

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

Syntax

public CalendarDateRange(DateTime day)

Parameters

Name Type Description
day DateTime The date to be represented by the range.

Return Value

Type Description
void