|
|
|
|
|
GranularityDuration (Property) In french: GranularitéDurée
The GranularityDuration property is used to get and change the size of the grid to resize: - appointments in an Organizer control.
- appointments in a Scheduler control.
- events in a TimeLine control.
- tasks in a Gantt Chart column.
Remark: To get and change the size of the grid used to move elements, call the GranularityMovement property.
// Switch the grid to 15 minutes ORG_Organizer1.GranularityDuration = 15
Syntax
Duration of elements: Finding out the size of the grid Hide the details
<Result> = <Control used>.GranularityDuration
<Result>: Integer Resolution of the grid found in the control for the duration: - of appointments (in minutes). The default value is set to:
- 30 minutes in an Organizer control.
- 24 hours in a Scheduler control.
- of 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 an Organizer or Scheduler control, this resolution can be included 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 control to be used: - Organizer control.
- Scheduler control.
- TimeLine control.
- Gantt Chart column.
Duration of elements: Modifying the size of the grid Hide the details
<Control used>.GranularityDuration = <Value>
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…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|