Class CalendarYearRangeItemInfo
Represents a model class for a range of date.
Implements
System.ComponentModel.INotifyPropertyChanged
  Inherited Members
Namespace: Syncfusion.UI.Xaml.Calendar
Assembly: Syncfusion.Calendar.WinUI.dll
Syntax
public class CalendarYearRangeItemInfo : CalendarItemInfo, INotifyPropertyChanged
  Constructors
CalendarYearRangeItemInfo()
Declaration
public CalendarYearRangeItemInfo()
  Properties
EndDate
Gets or sets end date for the range.
Declaration
public DateTimeOffset EndDate { get; set; }
  Property Value
| Type | 
|---|
| System.DateTimeOffset | 
StartDate
Gets or sets the start date for the range.
Declaration
public DateTimeOffset StartDate { get; set; }
  Property Value
| Type | 
|---|
| System.DateTimeOffset | 
Implements
      System.ComponentModel.INotifyPropertyChanged