CalendarDateRange Class

Namespace
Avalonia.Controls
Base Types
  • object
graph BT Type-->Base0["object"] Type["CalendarDateRange"] class Type type-node

Syntax

public sealed class CalendarDateRange

Constructors

Name Summary
CalendarDateRange(DateTime) Initializes a new instance of the System.Windows.Controls.CalendarDateRange class with a single date.
CalendarDateRange(DateTime, DateTime) Initializes a new instance of the System.Windows.Controls.CalendarDateRange class with a range of dates.

Properties

Name Value Summary
End DateTime
Gets the last date in the represented range.
Start DateTime
Gets the first date in the represented range.