Interface ISlotConvertor
An interface creating recurring slot.
Namespace: Telerik.Windows.Controls.ScheduleView
Assembly: Telerik.Windows.Controls.ScheduleView.dll
Syntax
public interface ISlotConvertor
Methods
CreateRecurringSlot(IDateSpan, IDateSpan, DayOfWeek)
Creates the recurring slot.
Declaration
Slot CreateRecurringSlot(IDateSpan from, IDateSpan to, DayOfWeek firstDayOfWeek)
Parameters
IDateSpan
from
From. |
IDateSpan
to
To. |
System.DayOfWeek
firstDayOfWeek
The first day of week. |
Returns
Slot
|