|
|
|
|
|
BankHolidayList (Function) In french: JourFériéListe
BankHolidayDeleteAll()
BankHolidayAdd("0101")
BankHolidayAdd(bhEasterMonday)
BankHolidayAdd("0501")
BankHolidayAdd("0508")
BankHolidayAdd(bhAscensionDay)
BankHolidayAdd(bhWhitMonday)
BankHolidayAdd("0714")
BankHolidayAdd("0815")
BankHolidayAdd("1101")
BankHolidayAdd("1111")
BankHolidayAdd("1225")
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 |
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…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|