|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
DayPlus
DayPlus[date, n]
gives the date n days away from date.
DayPlus[date, n, daytype]
gives the date that is n days of daytype away from date.
Details and OptionsDetails and Options
- Date can be specified in the following forms:
-
{y,m,d} year, month, day {y,m} the first day of the specified month {y} the first day of the first month of the year y "string" date as a string (
) - Possible day types are: All (default);
;
; Monday through Sunday;
; and
. - DayPlus takes the following options:
-
CalendarType "Gregorian" calendar in which the dates have been specified HolidayCalendar {"UnitedStates","Default"} holiday schedule and subspecification for the business day and holiday computations - In the Jewish calendar, the weekdays are Sunday through Thursday.
New in 9
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
