ClassDateData
Class
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:
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
Implements
Duration
Gets or sets the Duration.
Declaration
cs-api-definition
public TimeSpan Duration { get; set; }
Property Value
Implements
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
Ticks
Gets or sets the Ticks.
Declaration
cs-api-definition
public IEnumerable<TickData> Ticks { get; set; }
Property Value