Class CalendarDateRange
Specifies a DateTime range class which has a start and end.
Inheritance
System.Object
CalendarDateRange
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Controls
Assembly: Syncfusion.Shared.Wpf.dll
Syntax
public sealed class CalendarDateRange : INotifyPropertyChanged
Constructors
CalendarDateRange()
Initializes a new instance of the CalendarDateRange class.
Declaration
public CalendarDateRange()
CalendarDateRange(DateTime)
Initializes a new instance of the CalendarDateRange class which creates a range from a single DateTime value.
Declaration
public CalendarDateRange(DateTime day)
Parameters
Type | Name | Description |
---|---|---|
System.DateTime | day |
CalendarDateRange(DateTime, DateTime)
Initializes a new instance of the CalendarDateRange class which accepts range start and end dates.
Declaration
public CalendarDateRange(DateTime start, DateTime end)
Parameters
Type | Name | Description |
---|---|---|
System.DateTime | start | |
System.DateTime | end |
Properties
End
Specifies the End date of the CalendarDateRange.
Declaration
public DateTime End { get; set; }
Property Value
Type |
---|
System.DateTime |
Start
Specifies the Start date of the CalendarDateRange.
Declaration
public DateTime Start { get; set; }
Property Value
Type |
---|
System.DateTime |
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
---|
System.ComponentModel.PropertyChangedEventHandler |
Implements
System.ComponentModel.INotifyPropertyChanged