| |
iCalendarToScheduler | Imports data in iCalendar format into a Calendar control. |
SchedulerAddAppointment | Adds a new appointment into a Scheduler control. |
SchedulerAddResource | Adds a new resource into a Scheduler control. |
SchedulerBackgroundColor | Defines a background color for a time period in a Scheduler control (time period corresponding to lunch time, a public holiday, etc.). |
SchedulerChangeMode | Modifies the period (which means the number of days) displayed by a Scheduler control. |
SchedulerDateVisible | Makes a day visible or invisible in a Scheduler control. |
SchedulerDeleteAll | Deletes all appointments and resources from a Scheduler control. |
SchedulerDeleteAppointment | Deletes an appointment from a Scheduler control. |
SchedulerDeleteResource | Deletes a resource from a Scheduler control. |
SchedulerDisplay | Reinitializes the content of a Scheduler control from its data source (HFSQL file for example). |
SchedulerDisplayNextPeriod | Moves the time area displayed on the next area (next weeks for example) in a Scheduler control. |
SchedulerDisplayPreviousPeriod | Moves the time area displayed on the previous area (previous weeks for example) in a Scheduler control. |
SchedulerInfoXY | Returns the appointment, the resource or the date found at given position in a Scheduler control. |
SchedulerListAppointment | Returns: - the list of appointments found between two dates in a Scheduler control,
- all the appointments found in a Scheduler control,
- a specific appointment (selected or hovered).
|
SchedulerMode | Returns the display mode of a Scheduler control: day, week, month, ... |
SchedulerPosition | Displays a Scheduler control from a specified date or returns the date of the first day (or last day) displayed in a Scheduler control. |
SchedulerPositionDateTime | Displays a Scheduler control from a specified date or returns the date of the first day (or last day) displayed in a Scheduler control. |
SchedulerPositionResource | Displays a given resource in a Scheduler control or returns the position of first visible resource in a Scheduler control. |
SchedulerSelectedRange | Returns the start or end date and time of the time slot selected in a Scheduler control. |
SchedulerSelectMinus | Deselects an appointment from a Scheduler control. |
SchedulerSelectPlus | Selects an appointment in a Scheduler control. |
SchedulerTimeDisplayed | Defines the time range displayed by the Scheduler control in Day mode or in Week mode. |
SchedulerToiCalendar | Exports the appointments from a Scheduler control in iCalendar format. |
SchedulerWorkingHour | Used to indicate the specific working hours per day in a Scheduler control. |
SchedulerWorkingHourResource | Used to indicate the specific working hours per day and per resource in a Scheduler control. |