DayRound
DayRound[date,daytype]
rounds date to the nearest day of daytype, using the next-day rounding convention.
DayRound[date,daytype,rounding]
rounds date to the nearest day of daytype, using rounding.
Details and Options

- Date can be specified in the following forms:
-
DateObject[…] date object {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 ("Jan. 1, 2000") - DayRound returns a DateObject.
- Possible day types are: All, "Weekday", "Weekend", Monday through Sunday, "EndOfMonth", "BeginningOfMonth", and "BusinessDay".
- DayRound[date] is equivalent to DayRound[date,All].
- Recognized rounding values are: "Next", "Following", "ModifiedFollowing", "Preceding", "Previous", and "ModifiedPreceding".
- If date is of daytype, DayRound has no effect.
- DayRound 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.
Introduced in 2012
Updated in 2014
(9.0)
|
(10.0)