AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Propiedades WLanguage / Propiedades de ventanas, páginas y controles
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).
Versión mínima requerida
  • Versión 15
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 03/11/2022

Señalar un error o enviar una sugerencia | Ayuda local