Class
TickData

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: ITimePointITimeRange

Constructors

TickData()

Declaration

cs-api-definition
public TickData()

Properties

DateData

Gets or set the data of the date.

Declaration

cs-api-definition
public DateData DateData { get; set; }

Property Value

DateData

DateTime

Gets or sets the DateTime.

Declaration

cs-api-definition
public DateTime DateTime { get; }

Property Value

DateTime

Implements ITimePoint.DateTime

Duration

Gets or sets the duration.

Declaration

cs-api-definition
public TimeSpan Duration { get; set; }

Property Value

TimeSpan

Implements ITimeRange.Duration

Offset

Gets or sets the offset.

Declaration

cs-api-definition
public TimeSpan Offset { get; set; }

Property Value

TimeSpan

Type

Gets or sets the type of the tick.

Declaration

cs-api-definition
public TickType Type { get; set; }

Property Value

TickType

Methods

ToString()

Returns a string that represents the current object.

Declaration

cs-api-definition
public override string ToString()

Returns

string

Returns the hour and the minutes divided by colon.

Overrides object.ToString()