ClassTimerulerIterationService
Class
Represents a service which retrieves time ruler information in the RadScheduler control.
Definition
Namespace:Telerik.UI.Xaml.Controls.Scheduler
Assembly:Telerik.WinUI.Controls.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.