Class
DateData

This class represents the data for the Date - its durations and ticks.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.ScheduleView.dll

Syntax:

cs-api-definition
public class DateData : ITimeRange, ITimePoint

Inheritance: objectDateData

Implements: ITimePointITimeRange

Constructors

DateData()

Declaration

cs-api-definition
public DateData()

Properties

DateTime

Gets or sets the DateTime.

Declaration

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

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

LargeScaleMode

Gets or sets the display mode for the upper scale - it could be days or months.

Declaration

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

Property Value

LargeScaleMode

Ticks

Gets or sets the Ticks.

Declaration

cs-api-definition
public IEnumerable<TickData> Ticks { get; set; }

Property Value

IEnumerable<TickData>