Class
TimeIndicator

Basic ITimeIndicator implementation - default model for indicators. Can be used to populate the TimeIndicatorsCollection of the RadScheduleView The default TimeIndicatorItemStyleSelector of the RadScheduleView has predefined style for ITimeIndicators.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.ScheduleView.dll

Syntax:

cs-api-definition
public class TimeIndicator : ITimeIndicator

Inheritance: objectTimeIndicator

Implements: ITimeIndicator

Constructors

TimeIndicator()

Declaration

cs-api-definition
public TimeIndicator()

Properties

Location

Gets or sets the location of the indicator.

Declaration

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

Property Value

CurrentTimeIndicatorLocation

Implements ITimeIndicator.Location

Offset

Gets or sets the date time offset of the indicator.

Declaration

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

Property Value

TimeSpan

Implements ITimeIndicator.Offset

Methods

GetDateTime()

Returns the date time of the indicator.

Declaration

cs-api-definition
public virtual DateTime GetDateTime()

Returns

DateTime

Implements ITimeIndicator.GetDateTime()