New to Telerik UI for WPFStart a free 30-day trial

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:

C#
public class TimerulerIterationService

Inheritance: objectTimerulerIterationService

Methods

Gets all ticks in the visible range.

C#
public IEnumerable<IDateSpan> GetTicks()
Returns:

IEnumerable<IDateSpan>

IEnumerable of ticks.

Gets all ticks in the visible range starting by current date.

C#
public IEnumerable<IDateSpan> GetTicks(DateTime? start)
Parameters:startDateTime?

The current date.

Returns:

IEnumerable<IDateSpan>

IEnumerable of ticks.

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