Class TimerulerIterationService
Inheritance
System.Object
TimerulerIterationService
Namespace: Telerik.UI.Xaml.Controls.Scheduler
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class TimerulerIterationService : Object
Methods
GetTicks()
Declaration
public IEnumerable<IDateSpan> GetTicks()
Returns
|
System.Collections.Generic.IEnumerable<IDateSpan>
|
GetTicks(Nullable<DateTime>)
Declaration
public IEnumerable<IDateSpan> GetTicks(Nullable<DateTime> start)
Parameters
|
System.Nullable<System.DateTime>
start
|
Returns
|
System.Collections.Generic.IEnumerable<IDateSpan>
|