Interface
ITimeIndicator

Defines basic members of a time indicator for Scheduler.

Definition

Namespace:Telerik.UI.Xaml.Controls

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public interface ITimeIndicator

Derived Classes: TimeIndicator

Properties

Location

Gets or sets the location of the indicator.

Declaration

cs-api-definition
CurrentTimeIndicatorLocation Location { get; set; }

Property Value

CurrentTimeIndicatorLocation

The location of the indicator.

Offset

Gets or sets the date time offset of the indicator.

Declaration

cs-api-definition
TimeSpan Offset { get; set; }

Property Value

TimeSpan

The date time offset of the indicator.

Methods

GetDateTime()

Returns the date time of the indicator.

Declaration

cs-api-definition
DateTime GetDateTime()

Returns

DateTime