|
|
|
|
|
GranularityAppointment (Property) In french: GranularitéRendezVous
The property GranularityRendezVous property lets you specify and modify the precision of the grid used to define appointments: - in an Organizer control.
- in a Scheduler control.
AGD_MonAgenda.GranularitéRendezVous = 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 field to be manipulated: 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 field to be manipulated: 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…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|