Interface
ISlotConvertor

An interface creating recurring slot.

Definition

Namespace:Telerik.Windows.Controls.ScheduleView

Assembly:Telerik.Windows.Controls.ScheduleView.dll

Syntax:

cs-api-definition
public interface ISlotConvertor

Methods

CreateRecurringSlot(IDateSpan, IDateSpan, DayOfWeek)

Creates the recurring slot.

Declaration

cs-api-definition
Slot CreateRecurringSlot(IDateSpan from, IDateSpan to, DayOfWeek firstDayOfWeek)

Parameters

from

IDateSpan

From.

to

IDateSpan

To.

firstDayOfWeek

DayOfWeek

The first day of week.

Returns

Slot