New to Telerik UI for .NET MAUIStart a free 30-day trial

IDateRange

Interface

Defines Start and End properties.

Definition

Namespace:Telerik.Maui.Controls.Scheduler

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
public interface IDateRange

Derived Classes: AppointmentAppointmentBaseDateRangeOccurrenceSlot

Properties

Gets the end DateTime of the IDateRange.

C#
DateTime End { get; }
Property Value:

The end DateTime.

Gets the start DateTime of the IDateRange.

C#
DateTime Start { get; }
Property Value:

The start DateTime.

In this article
DefinitionPropertiesEndStart
Not finding the help you need?
Contact Support