Skip to main content

CalendarDateRange Class

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)

public sealed class CalendarDateRange
View Source
InheritanceObject → CalendarDateRange

Constructors

CalendarDateRange(DateTime)Initializes a new instance of the CalendarDateRange class with a single date.
CalendarDateRange(DateTime, DateTime)Initializes a new instance of the CalendarDateRange class with a range of dates.

Properties

EndGets the last date in the represented range.
StartGets the first date in the represented range.

Methods

Equals(Object)Determines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCode()Serves as the default hash function.
(Inherited from Object)
GetType()Gets the Type of the current instance.
(Inherited from Object)
ToString()Returns a string that represents the current object.
(Inherited from Object)

See Also

Reference

Avalonia.Controls Namespace