Interface ITimePoint
An interface representing the ticks and the corresponding DateTime to every tick.
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.ScheduleView.dll
Syntax
public interface ITimePoint
Properties
DateTime
Gets the date time.
Declaration
DateTime DateTime { get; }
Property Value
System.DateTime
The date time. |