|
|
|
|
|
GranularityDuration (Property) In french: GranularitéDurée
The GranularityDuration property gets and sets the size of the grid to resize: - appointments in an Organizer control.
- appointments in a Scheduler control.
Note To find out and modify the size of the grid used for moving, use the GranularityMovement property.
AGD_Agenda1.GranularitéDurée = 15
Syntax
Element duration: Know the grid size Hide the details
<Result> = <Control used>.GranularityDuration
<Result>: Integer Grid resolution of the field for the duration: - of appointments (in minutes). The default value is:
- 30 minutes in an Organizer control.
- 24 hours in a Scheduler control.
For a Scheduler control or Organizer control, this resolution can be between:   For a Scheduler control: 1 (one minute) and 1440 (24 hours).   For an Organizer control: 1 (one minute) and 1440 (24 hours). This value must be a multiple of 60 (120, 240, 320, ...) or a sub-multiple of 60 (1, 2, 5, 10, 15, 30, ...). The appointments or the events start on a multiple of this value. <Control used>: Control name Name of the field to be manipulated: - Organizer control.
- Scheduler control.
Element duration: Change grid size Hide the details
<Control used>.GranularityDuration = <Value>
<Control used>: Control name Name of the field to be manipulated: - Organizer control.
- Scheduler control.
<Value>: Integer New grid resolution for field duration: - of appointments in a Scheduler or Organizer control. This resolution is expressed in minutes.
This value must be a multiple of 60 (120, 240, 320, ...) or a sub-multiple of 60 (1, 2, 5, 10, 15, 30, ...). Remarks - Events smaller than the size defined with the GranularityDuration property are not displayed.
- This property is not available for Organizer and Scheduler controls in reports.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|