Interface
ITimeIndicator

Defines basic members of a time indicator for ScheduleView.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.ScheduleView.dll

Syntax:

cs-api-definition
public interface ITimeIndicator

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