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

Defines basic members of a time indicator for ScheduleView.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.ScheduleView.dll

Syntax:

C#
public interface ITimeIndicator

Derived Classes: TimeIndicator

Properties

Gets or sets the location of the indicator.

C#
CurrentTimeIndicatorLocation Location { get; set; }
Property Value:

The location of the indicator.

Gets or sets the date time offset of the indicator.

C#
TimeSpan Offset { get; set; }
Property Value:

The date time offset of the indicator.

Methods

Returns the date time of the indicator.

C#
DateTime GetDateTime()
Returns:

DateTime