Interface
IDateRange

Defines Start and End properties.

Definition

Namespace:Telerik.Maui.Controls.Scheduler

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public interface IDateRange

Properties

End

Gets the end DateTime of the IDateRange.

Declaration

cs-api-definition
DateTime End { get; }

Property Value

DateTime

The end DateTime.

Start

Gets the start DateTime of the IDateRange.

Declaration

cs-api-definition
DateTime Start { get; }

Property Value

DateTime

The start DateTime.

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