Class DateData
This class represents the data for the Date - its durations and ticks.
Inheritance
System.Object
DateData
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.ScheduleView.dll
Syntax
public class DateData : Object, ITimeRange, ITimePoint
Constructors
DateData()
Declaration
public DateData()
Properties
DateTime
Gets or sets the DateTime.
Declaration
public DateTime DateTime { get; set; }
Property Value
System.DateTime
|
Implements
Duration
Gets or sets the Duration.
Declaration
public TimeSpan Duration { get; set; }
Property Value
System.TimeSpan
|
Implements
LargeScaleMode
Gets or sets the display mode for the upper scale - it could be days or months.
Declaration
public LargeScaleMode LargeScaleMode { get; set; }
Property Value
LargeScaleMode
|
Ticks
Gets or sets the Ticks.
Declaration
public IEnumerable<TickData> Ticks { get; set; }
Property Value
System.Collections.Generic.IEnumerable<TickData>
|