Interface ITimeIndicator
Defines basic members of a time indicator for ScheduleView.
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.ScheduleView.dll
Syntax
public interface ITimeIndicator
Properties
Location
Gets or sets the location of the indicator.
Declaration
CurrentTimeIndicatorLocation Location { get; set; }
Property Value
CurrentTimeIndicatorLocation
The location of the indicator. |
Offset
Gets or sets the date time offset of the indicator.
Declaration
TimeSpan Offset { get; set; }
Property Value
System.TimeSpan
The date time offset of the indicator. |
Methods
GetDateTime()
Returns the date time of the indicator.
Declaration
DateTime GetDateTime()
Returns
System.DateTime
|