|
|
|
|
|
GranularityMovement (Property) In french: GranularitéDéplacement
The property GranularityDisplacement property is used to identify and modify the grid size for displacement: - appointments in an Organizer control.
- appointments in a Scheduler control.
events in a TimeLine control. tasks in a Gantt Chart column.
Note To find out and modify the size of the grid used for the duration, use the GranularityDuration property.
PLN_Planning1.GranularitéDéplacement = 15
Syntax
Moving elements: Knowing the grid size Hide the details
<Result> = <Control used>.GranularityMovement
<Result>: Integer Field grid resolution for movement: - appointments (in minutes). The default value is:
- 30 minutes in an Organizer control.
- 24 hours in a Scheduler control.
events in a TimeLine control. The default value is set to 60 (seconds, milliseconds or microseconds). The unit depends on the display unit used for the control. of tasks in a Gantt Chart column. The default value is set to 1 hour.
For a Scheduler control or Organizer control, this resolution can be between:    For a Scheduler control: 1 (one minute) and 1440 (24 hours). For a Scheduler control, between 1 (one minute) and 43200 (1 month).     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.
TimeLine control. Gantt Chart column.
Moving elements: Change grid size Hide the details
<Control used>.GranularityMovement = <Value>
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|