Class TimerulerIterationService
Represents a service which retrieves time ruler information in the RadScheduleView control.
Inheritance
System.Object
TimerulerIterationService
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Controls.ScheduleView
Assembly: Telerik.Windows.Controls.ScheduleView.dll
Syntax
public class TimerulerIterationService
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(DateTime? start)
Parameters
System.Nullable<System.DateTime>
start
The current date. |
Returns
System.Collections.Generic.IEnumerable<IDateSpan>
IEnumerable of ticks. |