ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Calendar functions
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
CalendarSelectMinus (Function)
In french: CalendrierSelectMoins
Deselects a date in a multi-selection Calendar control.
Example
// Deselects the day corresponding to today
CalendarSelectMinus(CAL_Calendar1, Today())
Syntax
CalendarSelectMinus(<Calendar control> , <Date to delete>)
<Calendar control>: Control name
Name of Calendar control used. "Multiselection" must be checked for this control ("Details" tab of the control description). The function has no effect if this option is not checked.
<Date to delete>: Character string
Date in YYYYMMDD format that must be deleted from the selection. The function has no effect if this date is not selected.
Component: wd290obj.dll
Minimum version required
  • Version 14
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help