KaxSchedulerGetTimeSlotFromIndex Method |
Retrieves a TimeSlot object from its client-side index
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic ISchedulerTimeSlot GetTimeSlotFromIndex(
string index
)
Public Function GetTimeSlotFromIndex (
index As String
) As ISchedulerTimeSlot
public:
ISchedulerTimeSlot^ GetTimeSlotFromIndex(
String^ index
)
member GetTimeSlotFromIndex :
index : string -> ISchedulerTimeSlot
Parameters
- index
- Type: SystemString
String representation of the TimeSlot's index
Return Value
Type:
ISchedulerTimeSlotThe TimeSlot that corresponds to the passed index
See Also