Finance[JoinHolidays] - construct new calendar by joining holidays from the given two calendars
|
Calling Sequence
|
|
JoinHolidays(calendar1, calendar2)
|
|
Parameters
|
|
calendar1
|
-
|
a name representing a supported calendar (e.g. Toronto, NewYork) or a calendar data structure created using the Calendar constructor
|
calendar2
|
-
|
a name representing a supported calendar (e.g. Toronto, NewYork) or a calendar data structure created using the Calendar constructor
|
|
|
|
|
Description
|
|
•
|
The JoinHolidays command creates a new calendar obtained by joining holidays from the given two calendars. Any dates that are holidays in either of the given two calendars become holidays in the new calendar.
|
|
|
Compatibility
|
|
•
|
The Finance[JoinHolidays] command was introduced in Maple 15.
|
|
|
Examples
|
|
>
|
|
>
|
|
>
|
|
| (1) |
>
|
|
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
>
|
|
| (5) |
>
|
|
>
|
|
| (6) |
>
|
|
| (7) |
>
|
|
>
|
|
| (8) |
|
|
Download Help Document
Was this information helpful?