Class DateRange
A class that represents time range.
Inherited Members
Namespace: Telerik.Maui.Controls.Scheduler
Assembly: Telerik.Maui.Controls.dll
Syntax
public class DateRange : NotifyPropertyChangedBase, INotifyPropertyChanged, IDateRange
Constructors
DateRange()
DateRange(DateTime, DateTime)
Initializes a new instance of the Date
Declaration
public DateRange(DateTime start, DateTime end)
Parameters
System. The start time of the instance. |
System. The end of the instance. |
DateRange(DateTime, TimeSpan)
Initializes a new instance of the Date
Declaration
public DateRange(DateTime start, TimeSpan duration)
Parameters
System. The start time of the instance. |
System. The duration of the instance. |
DateRange(IDateRange)
Initializes a new instance of the Date
Declaration
public DateRange(IDateRange other)
Parameters
IDate Another date span instance that is used to create a new instance. |
Properties
End
Gets or sets the end System.
Declaration
public DateTime End { get; set; }
Property Value
System.
|
Implements
Start
Gets or sets the start System.
Declaration
public DateTime Start { get; set; }
Property Value
System.
|
Implements
Methods
Equals(Object)
Determines whether the specified System.
Declaration
public override bool Equals(object obj)
Parameters
System. The System. |
Returns
System.
|
GetHashCode()
Serves as a hash function for a particular type.
Declaration
public override int GetHashCode()
Returns
System. A hash code for the current System.Object. |
ToString()
Returns a System.
Declaration
public override string ToString()
Returns
System. A System. |