|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
HolidayCalendar
HolidayCalendar
is an option that specifies the holiday calendar schedule in business day functions.
DetailsDetails
- HolidayCalendar is
by default. - HolidayCalendar can be set to either one of the prebuilt calendars contained in the CalendarData paclet, or to a custom calendar by specifying a set of holiday schedules.
- The basic unit of a holiday schedule is a holiday criterion, a three-element list of tests in the form of pure functions that are to be applied to the year, month, and day of a given calendar, respectively. A date is a holiday if all three tests return true when applied to it.
- A separate set of tests must be specified for each calendar system in which holidays are celebrated.
- Available calendar systems are:
-
"Gregorian" Gregorian solar calendar "Julian" Julian solar calendar "Jewish" Jewish lunisolar calendar "Islamic" Islamic lunar calendar (based on Mecca lunations) "Ecclesiastical" calendar for moveable feasts in the Roman Catholic liturgy "EcclesiasticalOrthodox" calendar for moveable feasts in the Greek Orthodox liturgy "Equinox" calendar for holidays associated with sidereal motion "ChineseLunar" Chinese lunisolar calendar "HinduLunar" Hindu lunisolar calendar - The day test may use the function
for holidays that are day-of-week specific. The days of the week are indexed from zero (Sunday) to six (Saturday).
New in 9
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »


