AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Controles, páginas y ventanas / Funciones Calendario
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
CalendarSelectPlus (Function)
In french: CalendrierSelectPlus
Selects a date in a Calendar control. If the Calendar control allows for multi-selection, adds the specified date to the current selection.
Example
// Adds the 3rd of October 2008 to the selection
CalendarSelectPlus(CAL_Calendar1, "20081003")
Syntax
CalendarSelectPlus(<Calendar control> , <Date to select>)
<Calendar control>: Control name
Name of Calendar control used.
<Date to select>: Character string
Date in YYYYMMDD format that must be selected or added to the current selection (for a multi-selection calendar).
The function has no effect if this date is already selected.
If <Date to select> is not displayed on the calendar, the calendar automatically sets the position on this date.
Component: wd290obj.dll
Versión mínima requerida
  • Versión 14
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/05/2022

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