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

Specifies the data of a tick.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.ScheduleView.dll

Syntax:

C#
public class TickData : ITimeRange, ITimePoint

Inheritance: objectTickData

Implements: ITimePointITimeRange

Constructors

C#
public TickData()

Properties

Gets or set the data of the date.

C#
public DateData DateData { get; set; }

Gets or sets the DateTime.

C#
public DateTime DateTime { get; }

Implements: ITimePoint.DateTime

Gets or sets the duration.

C#
public TimeSpan Duration { get; set; }

Implements: ITimeRange.Duration

Gets or sets the offset.

C#
public TimeSpan Offset { get; set; }

Gets or sets the type of the tick.

C#
public TickType Type { get; set; }

Methods

Returns a string that represents the current object.

C#
public override string ToString()
Returns:

string

Returns the hour and the minutes divided by colon.

Overrides: object.ToString()