Class TickData
Specifies the data of a tick.
Inheritance
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.ScheduleView.dll
Syntax
public class TickData : Object, ITimeRange, ITimePoint
Constructors
TickData()
Declaration
public TickData()
Properties
DateData
Gets or set the data of the date.
Declaration
public DateData DateData { get; set; }
Property Value
DateData
|
DateTime
Gets or sets the DateTime.
Declaration
public DateTime DateTime { get; }
Property Value
System.DateTime
|
Implements
Duration
Gets or sets the duration.
Declaration
public TimeSpan Duration { get; set; }
Property Value
System.TimeSpan
|
Implements
Offset
Gets or sets the offset.
Declaration
public TimeSpan Offset { get; set; }
Property Value
System.TimeSpan
|
Type
Gets or sets the type of the tick.
Declaration
public TickType Type { get; set; }
Property Value
TickType
|
Methods
ToString()
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
System.String
Returns the hour and the minutes divided by colon. |