|
|
|
|
|
BankHolidayList (Function) In french: JourFériéListe // 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. Remark: the different constants are replaced by their equivalent:
| | bhAscensionDay | @2 | bhEasterDay | @1 | bhEasterMonday | @5 | bhGoodFriday | @4 | bhWhitMonday | @3 |
Related Examples:
|
Unit examples (WINDEV): The Calendar control
[ + ] Four methods for using the Calendar control: - Using the Calendar control found in the WINDEV toolbar - Using CalendarOpen and CalendarPicker as well as CalendarSelect (multi-selection) - Using ..CalendarButton - Using BankHolidayAdd
|
Business / UI classification: Neutral code
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|