Date offsets¶
DateOffset¶
| Standard kind of date increment used for a date range. | 
Properties¶
Methods¶
| 
 | |
| 
 | |
| 
 | Call self as a function. | 
BusinessDay¶
| DateOffset subclass representing possibly n business days. | 
Alias:
Properties¶
Methods¶
| 
 | |
| 
 | |
| 
 | Call self as a function. | 
BusinessHour¶
| DateOffset subclass representing possibly n business hours. | 
Properties¶
Methods¶
| 
 | |
| 
 | |
| 
 | Call self as a function. | 
CustomBusinessDay¶
| DateOffset subclass representing custom business days excluding holidays. | 
Alias:
Properties¶
Methods¶
| 
 | |
| 
 | Call self as a function. | 
CustomBusinessHour¶
| DateOffset subclass representing possibly n custom business days. | 
Properties¶
Methods¶
| 
 | |
| 
 | Call self as a function. | 
MonthEnd¶
| DateOffset of one month end. | 
Properties¶
Methods¶
| 
 | |
| 
 | |
| 
 | Call self as a function. | 
MonthBegin¶
| DateOffset of one month at beginning. | 
Properties¶
Methods¶
| 
 | |
| 
 | |
| 
 | Call self as a function. | 
BusinessMonthEnd¶
| DateOffset increments between the last business day of the month | 
Alias:
Properties¶
Methods¶
| 
 | |
| 
 | |
| 
 | Call self as a function. | 
BusinessMonthBegin¶
| DateOffset of one month at the first business day. | 
Alias:
Properties¶
Methods¶
| 
 | |
| 
 | Call self as a function. | 
CustomBusinessMonthEnd¶
| Attributes | 
Alias:
Properties¶
Methods¶
| 
 | |
| 
 | Call self as a function. | 
CustomBusinessMonthBegin¶
| Attributes | 
Alias:
| alias of  | 
Properties¶
Methods¶
| 
 | Call self as a function. | 
SemiMonthEnd¶
| Two DateOffset's per month repeating on the last day of the month and day_of_month. | 
Properties¶
Methods¶
| 
 | |
| 
 | |
| 
 | Call self as a function. | 
SemiMonthBegin¶
| Two DateOffset's per month repeating on the first day of the month and day_of_month. | 
Properties¶
Methods¶
| 
 | |
| 
 | |
| 
 | Call self as a function. | 
Week¶
| Weekly offset. | 
Properties¶
Methods¶
| 
 | |
| 
 | |
| 
 | Call self as a function. | 
WeekOfMonth¶
| Describes monthly dates like "the Tuesday of the 2nd week of each month". | 
Properties¶
Methods¶
| 
 | |
| 
 | |
| 
 | Call self as a function. | 
LastWeekOfMonth¶
| Describes monthly dates in last week of month like "the last Tuesday of each month". | 
Properties¶
Methods¶
| 
 | |
| 
 | |
| 
 | Call self as a function. | 
BQuarterEnd¶
| DateOffset increments between the last business day of each Quarter. | 
Properties¶
Methods¶
| 
 | |
| 
 | |
| 
 | Call self as a function. | 
BQuarterBegin¶
| DateOffset increments between the first business day of each Quarter. | 
Properties¶
Methods¶
| 
 | |
| 
 | |
| 
 | Call self as a function. | 
QuarterEnd¶
| DateOffset increments between Quarter end dates. | 
Properties¶
Methods¶
| 
 | |
| 
 | |
| 
 | Call self as a function. | 
QuarterBegin¶
| DateOffset increments between Quarter start dates. | 
Properties¶
Methods¶
| 
 | |
| 
 | |
| 
 | Call self as a function. | 
BYearEnd¶
| DateOffset increments between the last business day of the year. | 
Properties¶
Methods¶
| 
 | |
| 
 | |
| 
 | Call self as a function. | 
BYearBegin¶
| DateOffset increments between the first business day of the year. | 
Properties¶
Methods¶
| 
 | |
| 
 | |
| 
 | Call self as a function. | 
YearEnd¶
| DateOffset increments between calendar year ends. | 
Properties¶
Methods¶
| 
 | |
| 
 | |
| 
 | Call self as a function. | 
YearBegin¶
| DateOffset increments between calendar year begin dates. | 
Properties¶
Methods¶
| 
 | |
| 
 | |
| 
 | Call self as a function. | 
FY5253¶
| Describes 52-53 week fiscal year. | 
Properties¶
Methods¶
| 
 | |
| 
 | |
| 
 | Call self as a function. | 
FY5253Quarter¶
| DateOffset increments between business quarter dates for 52-53 week fiscal year (also known as a 4-4-5 calendar). | 
Properties¶
Methods¶
| 
 | |
| 
 | |
| 
 | Call self as a function. | 
Easter¶
| DateOffset for the Easter holiday using logic defined in dateutil. | 
Properties¶
Methods¶
| 
 | |
| 
 | |
| 
 | Call self as a function. | 
Tick¶
| Attributes | 
Properties¶
Methods¶
| 
 | Call self as a function. | 
| 
 | |
Day¶
| Attributes | 
Properties¶
Methods¶
| 
 | Call self as a function. | 
| 
 | |
Hour¶
| Attributes | 
Properties¶
Methods¶
| 
 | Call self as a function. | 
| 
 | |
Minute¶
| Attributes | 
Properties¶
Methods¶
| 
 | Call self as a function. | 
| 
 | |
Second¶
| Attributes | 
Properties¶
Methods¶
| 
 | Call self as a function. | 
| 
 | |
Milli¶
| Attributes | 
Properties¶
Methods¶
| 
 | Call self as a function. | 
| 
 | |
Micro¶
| Attributes | 
Properties¶
Methods¶
| 
 | Call self as a function. | 
| 
 | |
Nano¶
| Attributes | 
Properties¶
Methods¶
| 
 | Call self as a function. | 
| 
 | |
Frequencies¶
| Return DateOffset object from string or tuple representation or datetime.timedelta object. |