Interface ISlotConvertor
Namespace: Telerik.UI.Xaml.Controls.Scheduler
Assembly: Telerik.WinUI.Controls.dll
Syntax
public interface ISlotConvertor
Methods
CreateRecurringSlot(IDateSpan, IDateSpan, DayOfWeek)
Declaration
Slot CreateRecurringSlot(IDateSpan from, IDateSpan to, DayOfWeek firstDayOfWeek)
Parameters
|
IDateSpan
from
|
|
IDateSpan
to
|
|
System.DayOfWeek
firstDayOfWeek
|
Returns
|
Slot
|