ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Standard functions / Date and time functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Returns the list of all public holidays defined by BankHolidayAdd.
Example
// Delete all public holidays
BankHolidayDeleteAll()
// Initialize the 11 public holidays common to the French regions and territories
BankHolidayAdd("0101")          // 1st of January
BankHolidayAdd(bhEasterMonday) // Easter Monday
BankHolidayAdd("0501")          // 1st of May
BankHolidayAdd("0508")          // 8th of May
BankHolidayAdd(bhAscensionDay) // Ascension day
BankHolidayAdd(bhWhitMonday) // Whit Monday
BankHolidayAdd("0714")          // 14th of July
BankHolidayAdd("0815")          // 15th of August (Assumption)
BankHolidayAdd("1101")          // All Saints' Day
BankHolidayAdd("1111")          // 11th of November
BankHolidayAdd("1225")          // Christmas

// Display the trace 
Trace(BankHolidayList())
Syntax
<Result> = BankHolidayList()
<Result>: Character string
List of public holidays separated by CR characters (Carriage Return). The public holidays are in the format used by BankHolidayAdd.
Note: the various constants are replaced by their equivalent:
bhAscensionDay@2
bhEasterDay@1
bhEasterMonday@5
bhGoodFriday@4
bhWhitMonday@3
Business / UI classification: Neutral code
Component: wd300obj.dll
Minimum version required
  • Version 20
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/27/2025

Send a report | Local help