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