|
|
|
|
|
GranularityAppointment (Property) In french: GranularitéRendezVous
The GranularityAppointment property is used to get and change the precision of the grid used to define appointments: - in an Organizer control.
- in a Scheduler control.
// Modify the grid in order to position an appointment every 15 minutes ORG_MyOrganizer.GranularityAppointment = 15
Syntax
Finding the precision for positioning the appointments on the grid Hide the details
<Result> = <Control used>.GranularityAppointment
<Result>: Integer Precision allowed by the grid of the control when positioning the appointments (in minutes). The default value is set to 30 minutes. This precision can be included between 1 (one minute) and 240 (4 hours). <Control used>: Control name Name of the control to be used: Organizer control or Scheduler control.
Modifying the precision for positioning the appointments on the grid Hide the details
<Control used>.GranularityAppointment = <Value>
<Control used>: Control name Name of the control to be used: Organizer control or Scheduler control. <Value>: Integer Precision allowed by the grid of the control when positioning the appointments (in minutes). This precision can be included between 1 (one minute) and 1440 (24 hours).
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|