ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage properties / Properties associated with windows, pages and controls
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
GranularityAppointment (Property)
In french: GranularitéRendezVous
Warning
From version 16 (56), this property is kept for backward compatibility. We recommend that you use GranularityMovement and GranularityDuration.
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.
Example
// 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).
Minimum version required
  • Version 15
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 11/03/2022

Send a report | Local help