DateRange
Class
A class that represents time range.
Definition
Namespace:Telerik.Maui.Controls.Scheduler
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class DateRange : NotifyPropertyChangedBase, INotifyPropertyChanged, IDateRange
Inheritance: objectNotifyPropertyChangedBaseDateRange
Derived Classes:
Implements:
Inherited Members
Constructors
Initializes a new instance of the DateRange class.
C#
public DateRange()
Initializes a new instance of the DateRange class from another date span instance.
C#
public DateRange(IDateRange other)
Another date span instance that is used to create a new instance.
Properties
Gets or sets the end DateTime of the IDateRange.
C#
public DateTime End { get; set; }
Implements:
Gets or sets the start DateTime of the IDateRange.
C#
public DateTime Start { get; set; }
Implements:
Methods
Serves as a hash function for a particular type.
C#
public override int GetHashCode()
A hash code for the current System.Object.
Overrides: