Click or drag to resize
KaxSchedulerGetTimeSlotFromIndex Method
Retrieves a TimeSlot object from its client-side index

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public ISchedulerTimeSlot GetTimeSlotFromIndex(
	string index
)

Parameters

index
Type: SystemString
String representation of the TimeSlot's index

Return Value

Type: ISchedulerTimeSlot
The TimeSlot that corresponds to the passed index
See Also