Skip to main content

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)

public CalendarDateRange(
DateTime start,
DateTime end
)

Parameters

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

See Also

Reference

CalendarDateRange Class
CalendarDateRange Overload
Avalonia.Controls Namespace