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.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.ScheduleView.dll
Syntax
public class TimeIndicator : ITimeIndicator
Constructors
TimeIndicator()
Declaration
public TimeIndicator()
Properties
Location
Gets or sets the location of the indicator.
Declaration
public CurrentTimeIndicatorLocation Location { get; set; }
Property Value
CurrentTimeIndicatorLocation
|
Implements
Offset
Gets or sets the date time offset of the indicator.
Declaration
public TimeSpan Offset { get; set; }
Property Value
System.TimeSpan
|
Implements
Methods
GetDateTime()
Returns the date time of the indicator.
Declaration
public virtual DateTime GetDateTime()
Returns
System.DateTime
|