ClassTimerulerIterationService
Class
Represents a service which retrieves time ruler information in the RadScheduleView control.
Definition
Namespace:Telerik.Windows.Controls.ScheduleView
Assembly:Telerik.Windows.Controls.ScheduleView.dll
Syntax:
cs-api-definition
public class TimerulerIterationService
Inheritance: objectTimerulerIterationService
Methods
GetTicks()
Gets all ticks in the visible range.
Declaration
cs-api-definition
public IEnumerable<IDateSpan> GetTicks()
Returns
IEnumerable of ticks.
GetTicks(DateTime?)
Gets all ticks in the visible range starting by current date.
Declaration
cs-api-definition
public IEnumerable<IDateSpan> GetTicks(DateTime? start)
Parameters
start
The current date.
Returns
IEnumerable of ticks.