New to Telerik UI for WPFStart a free 30-day trial

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:

C#
public class TimeIndicator : ITimeIndicator

Inheritance: objectTimeIndicator

Implements: ITimeIndicator

Constructors

C#
public TimeIndicator()

Properties

Gets or sets the location of the indicator.

C#
public CurrentTimeIndicatorLocation Location { get; set; }

Implements: ITimeIndicator.Location

Gets or sets the date time offset of the indicator.

C#
public TimeSpan Offset { get; set; }

Implements: ITimeIndicator.Offset

Methods

Returns the date time of the indicator.

C#
public virtual DateTime GetDateTime()
Returns:

DateTime

Implements: ITimeIndicator.GetDateTime()