Class
TimerulerIterationService

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<IDateSpan>

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

DateTime?

The current date.

Returns

IEnumerable<IDateSpan>

IEnumerable of ticks.

In this article
DefinitionMethodsGetTicks()GetTicks(DateTime?)
Not finding the help you need?
Contact Support