Class TimerulerIterationService
Represents a service which retrieves time ruler information in the RadScheduleView control.
Inheritance
System.Object
TimerulerIterationService
Namespace: Telerik.Windows.Controls.ScheduleView
Assembly: Telerik.Windows.Controls.ScheduleView.dll
Syntax
public class TimerulerIterationService : Object
Methods
GetTicks()
Gets all ticks in the visible range.
Declaration
public IEnumerable<IDateSpan> GetTicks()
Returns
System.Collections.Generic.IEnumerable<IDateSpan>
IEnumerable of ticks. |
GetTicks(Nullable<DateTime>)
Gets all ticks in the visible range starting by current date.
Declaration
public IEnumerable<IDateSpan> GetTicks(Nullable<DateTime> start)
Parameters
System.Nullable<System.DateTime>
start
The current date. |
Returns
System.Collections.Generic.IEnumerable<IDateSpan>
IEnumerable of ticks. |