If the ending date is before the starting date, the function evaluates to an empty list. If the ending date is equal to the starting date, or if the time interval is larger than the interval between the starting and ending dates, the function evaluates to a list which only contains the start date.
The accepted datetime interval units are:
-
hours or Hour
s
-
days or Days
-
weeks or Weeks
-
months or Months
-
years or Years
|