JoinBusinessDays - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

Finance

  

JoinBusinessDays

  

construct new calendar by joining business days from the given two calendars

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

JoinBusinessDays(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 JoinBusinessDays command creates a new calendar obtained by joining business days from the given two calendars. Any dates that are business days in either of the given two calendars become business days in the new calendar.

Examples

(1)

(2)

(3)

(4)

(5)

(6)

(7)

(8)

Compatibility

• 

The Finance[JoinBusinessDays] command was introduced in Maple 15.

• 

For more information on Maple 15 changes, see Updates in Maple 15.

See Also

Finance[AddHoliday]

Finance[AdjustDate]

Finance[AdvanceDate]

Finance[Calendar]

Finance[Calendars]

Finance[IsBusinessDay]

Finance[IsHoliday]

Finance[JoinHolidays]

Finance[RemoveHoliday]

 


Download Help Document