AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Propiedades WLanguage / Propiedades de ventanas, páginas y controles
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
Advertencia
A partir de la versión 16 (56), this property is kept for backward compatibility. We recommend that you use GranularityMovement and GranularityDuration.
The property GranularityRendezVous property lets you specify and modify the precision of the grid used to define appointments:
  • in an Organizer control.
  • in a Scheduler control.
Ejemplo
// Modify the grid in order to position an appointment every 15 minutes
ORG_MyOrganizer.GranularityAppointment = 15
Sintaxis

Finding the precision for positioning the appointments on the grid Ocultar los detalles

<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 field to be manipulated: Organizer control or Scheduler control.

Modifying the precision for positioning the appointments on the grid Ocultar los detalles

<Control used>.GranularityAppointment = <Value>
<Control used>: Control name
Name of field to be manipulated: 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
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 10/05/2025

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