日期偏移量#
DateOffset#
用于日期范围的标准日期增量类型。 |
属性#
Return a string representing the frequency. |
|
Return a dict of extra parameters for the offset. |
|
Return a string representing the base frequency. |
|
Returns an integer of the total number of nanoseconds for fixed frequencies. |
|
Return boolean whether the frequency can align with midnight. |
|
Return a string representing the base frequency. |
|
Return the count of the number of periods. |
方法#
Return a copy of the frequency. |
|
Return boolean whether a timestamp intersects with this frequency. |
|
Return boolean whether a timestamp occurs on the month start. |
|
Return boolean whether a timestamp occurs on the month end. |
|
Return boolean whether a timestamp occurs on the quarter start. |
|
Return boolean whether a timestamp occurs on the quarter end. |
|
Return boolean whether a timestamp occurs on the year start. |
|
Return boolean whether a timestamp occurs on the year end. |
|
Roll provided date backward to next offset only if not on offset. |
|
Roll provided date forward to next offset only if not on offset. |
BusinessDay#
DateOffset subclass representing possibly n business days. |
别名
alias of |
属性#
Return a string representing the frequency. |
|
Return a dict of extra parameters for the offset. |
|
Return a string representing the base frequency. |
|
Returns an integer of the total number of nanoseconds for fixed frequencies. |
|
Return boolean whether the frequency can align with midnight. |
|
Return a string representing the base frequency. |
|
Return the count of the number of periods. |
|
返回用于自定义营业日计算的周掩码。 |
|
返回用于自定义营业日计算的节假日。 |
|
返回用于营业日计算的日历。 |
方法#
Return a copy of the frequency. |
|
Return boolean whether a timestamp intersects with this frequency. |
|
Return boolean whether a timestamp occurs on the month start. |
|
Return boolean whether a timestamp occurs on the month end. |
|
Return boolean whether a timestamp occurs on the quarter start. |
|
Return boolean whether a timestamp occurs on the quarter end. |
|
Return boolean whether a timestamp occurs on the year start. |
|
Return boolean whether a timestamp occurs on the year end. |
BusinessHour#
DateOffset subclass representing possibly n business hours. |
属性#
Return a string representing the frequency. |
|
Return a dict of extra parameters for the offset. |
|
Return a string representing the base frequency. |
|
Returns an integer of the total number of nanoseconds for fixed frequencies. |
|
Return boolean whether the frequency can align with midnight. |
|
Return a string representing the base frequency. |
|
Return the count of the number of periods. |
|
Return the start time(s) of the business hour. |
|
Return the end time(s) of the business hour. |
|
返回用于自定义营业日计算的周掩码。 |
|
返回用于自定义营业日计算的节假日。 |
|
返回用于营业日计算的日历。 |
方法#
Return a copy of the frequency. |
|
Return boolean whether a timestamp intersects with this frequency. |
|
Return boolean whether a timestamp occurs on the month start. |
|
Return boolean whether a timestamp occurs on the month end. |
|
Return boolean whether a timestamp occurs on the quarter start. |
|
Return boolean whether a timestamp occurs on the quarter end. |
|
Return boolean whether a timestamp occurs on the year start. |
|
Return boolean whether a timestamp occurs on the year end. |
CustomBusinessDay#
DateOffset subclass representing possibly n custom business days. |
别名
alias of |
属性#
Return a string representing the frequency. |
|
Return a dict of extra parameters for the offset. |
|
Return a string representing the base frequency. |
|
Returns an integer of the total number of nanoseconds for fixed frequencies. |
|
Return boolean whether the frequency can align with midnight. |
|
Return a string representing the base frequency. |
|
Return the count of the number of periods. |
|
返回用于自定义营业日计算的周掩码。 |
|
返回用于营业日计算的日历。 |
|
返回用于自定义营业日计算的节假日。 |
方法#
Return a copy of the frequency. |
|
Return boolean whether a timestamp intersects with this frequency. |
|
Return boolean whether a timestamp occurs on the month start. |
|
Return boolean whether a timestamp occurs on the month end. |
|
Return boolean whether a timestamp occurs on the quarter start. |
|
Return boolean whether a timestamp occurs on the quarter end. |
|
Return boolean whether a timestamp occurs on the year start. |
|
Return boolean whether a timestamp occurs on the year end. |
CustomBusinessHour#
DateOffset subclass representing possibly n custom business days. |
属性#
Return a string representing the frequency. |
|
Return a dict of extra parameters for the offset. |
|
Return a string representing the base frequency. |
|
Returns an integer of the total number of nanoseconds for fixed frequencies. |
|
Return boolean whether the frequency can align with midnight. |
|
Return a string representing the base frequency. |
|
Return the count of the number of periods. |
|
返回用于自定义营业日计算的周掩码。 |
|
返回用于营业日计算的日历。 |
|
返回用于自定义营业日计算的节假日。 |
|
Return the start time(s) of the business hour. |
|
Return the end time(s) of the business hour. |
方法#
Return a copy of the frequency. |
|
Return boolean whether a timestamp intersects with this frequency. |
|
Return boolean whether a timestamp occurs on the month start. |
|
Return boolean whether a timestamp occurs on the month end. |
|
Return boolean whether a timestamp occurs on the quarter start. |
|
Return boolean whether a timestamp occurs on the quarter end. |
|
Return boolean whether a timestamp occurs on the year start. |
|
Return boolean whether a timestamp occurs on the year end. |
MonthEnd#
DateOffset of one month end. |
属性#
Return a string representing the frequency. |
|
Return a dict of extra parameters for the offset. |
|
Return a string representing the base frequency. |
|
Returns an integer of the total number of nanoseconds for fixed frequencies. |
|
Return boolean whether the frequency can align with midnight. |
|
Return a string representing the base frequency. |
|
Return the count of the number of periods. |
方法#
Return a copy of the frequency. |
|
Return boolean whether a timestamp intersects with this frequency. |
|
Return boolean whether a timestamp occurs on the month start. |
|
Return boolean whether a timestamp occurs on the month end. |
|
Return boolean whether a timestamp occurs on the quarter start. |
|
Return boolean whether a timestamp occurs on the quarter end. |
|
Return boolean whether a timestamp occurs on the year start. |
|
Return boolean whether a timestamp occurs on the year end. |
MonthBegin#
DateOffset of one month at beginning. |
属性#
Return a string representing the frequency. |
|
Return a dict of extra parameters for the offset. |
|
Return a string representing the base frequency. |
|
Returns an integer of the total number of nanoseconds for fixed frequencies. |
|
Return boolean whether the frequency can align with midnight. |
|
Return a string representing the base frequency. |
|
Return the count of the number of periods. |
方法#
Return a copy of the frequency. |
|
Return boolean whether a timestamp intersects with this frequency. |
|
Return boolean whether a timestamp occurs on the month start. |
|
Return boolean whether a timestamp occurs on the month end. |
|
Return boolean whether a timestamp occurs on the quarter start. |
|
Return boolean whether a timestamp occurs on the quarter end. |
|
Return boolean whether a timestamp occurs on the year start. |
|
Return boolean whether a timestamp occurs on the year end. |
BusinessMonthEnd#
DateOffset increments between the last business day of the month. |
别名
alias of |
属性#
Return a string representing the frequency. |
|
Return a dict of extra parameters for the offset. |
|
Return a string representing the base frequency. |
|
Returns an integer of the total number of nanoseconds for fixed frequencies. |
|
Return boolean whether the frequency can align with midnight. |
|
Return a string representing the base frequency. |
|
Return the count of the number of periods. |
方法#
Return a copy of the frequency. |
|
Return boolean whether a timestamp intersects with this frequency. |
|
Return boolean whether a timestamp occurs on the month start. |
|
Return boolean whether a timestamp occurs on the month end. |
|
Return boolean whether a timestamp occurs on the quarter start. |
|
Return boolean whether a timestamp occurs on the quarter end. |
|
Return boolean whether a timestamp occurs on the year start. |
|
Return boolean whether a timestamp occurs on the year end. |
BusinessMonthBegin#
DateOffset of one month at the first business day. |
别名
alias of |
属性#
Return a string representing the frequency. |
|
Return a dict of extra parameters for the offset. |
|
Return a string representing the base frequency. |
|
Returns an integer of the total number of nanoseconds for fixed frequencies. |
|
Return boolean whether the frequency can align with midnight. |
|
Return a string representing the base frequency. |
|
Return the count of the number of periods. |
方法#
Return a copy of the frequency. |
|
Return boolean whether a timestamp intersects with this frequency. |
|
Return boolean whether a timestamp occurs on the month start. |
|
Return boolean whether a timestamp occurs on the month end. |
|
Return boolean whether a timestamp occurs on the quarter start. |
|
Return boolean whether a timestamp occurs on the quarter end. |
|
Return boolean whether a timestamp occurs on the year start. |
|
Return boolean whether a timestamp occurs on the year end. |
CustomBusinessMonthEnd#
DateOffset 子类,表示自定义营业月。 |
别名
alias of |
属性#
Return a string representing the frequency. |
|
Return a dict of extra parameters for the offset. |
|
返回 MonthBegin 或 MonthEnd 偏移量。 |
|
Return a string representing the base frequency. |
|
Returns an integer of the total number of nanoseconds for fixed frequencies. |
|
Return boolean whether the frequency can align with midnight. |
|
Return a string representing the base frequency. |
|
Return the count of the number of periods. |
|
返回用于自定义营业日计算的周掩码。 |
|
返回用于营业日计算的日历。 |
|
返回用于自定义营业日计算的节假日。 |
方法#
Return a copy of the frequency. |
|
Return boolean whether a timestamp intersects with this frequency. |
|
Return boolean whether a timestamp occurs on the month start. |
|
Return boolean whether a timestamp occurs on the month end. |
|
Return boolean whether a timestamp occurs on the quarter start. |
|
Return boolean whether a timestamp occurs on the quarter end. |
|
Return boolean whether a timestamp occurs on the year start. |
|
Return boolean whether a timestamp occurs on the year end. |
CustomBusinessMonthBegin#
DateOffset 子类,表示自定义营业月。 |
别名
alias of |
属性#
Return a string representing the frequency. |
|
Return a dict of extra parameters for the offset. |
|
返回 MonthBegin 或 MonthEnd 偏移量。 |
|
Return a string representing the base frequency. |
|
Returns an integer of the total number of nanoseconds for fixed frequencies. |
|
Return boolean whether the frequency can align with midnight. |
|
Return a string representing the base frequency. |
|
Return the count of the number of periods. |
|
返回用于自定义营业日计算的周掩码。 |
|
返回用于营业日计算的日历。 |
|
返回用于自定义营业日计算的节假日。 |
方法#
Return a copy of the frequency. |
|
Return boolean whether a timestamp intersects with this frequency. |
|
Return boolean whether a timestamp occurs on the month start. |
|
Return boolean whether a timestamp occurs on the month end. |
|
Return boolean whether a timestamp occurs on the quarter start. |
|
Return boolean whether a timestamp occurs on the quarter end. |
|
Return boolean whether a timestamp occurs on the year start. |
|
Return boolean whether a timestamp occurs on the year end. |
SemiMonthEnd#
Two DateOffset's per month repeating on the last day of the month & day_of_month. |
属性#
Return a string representing the frequency. |
|
Return a dict of extra parameters for the offset. |
|
Return a string representing the base frequency. |
|
Returns an integer of the total number of nanoseconds for fixed frequencies. |
|
Return boolean whether the frequency can align with midnight. |
|
Return the count of the number of periods. |
|
Return the day of the month for the semi-monthly offset. |
方法#
Return a copy of the frequency. |
|
Return boolean whether a timestamp intersects with this frequency. |
|
Return boolean whether a timestamp occurs on the month start. |
|
Return boolean whether a timestamp occurs on the month end. |
|
Return boolean whether a timestamp occurs on the quarter start. |
|
Return boolean whether a timestamp occurs on the quarter end. |
|
Return boolean whether a timestamp occurs on the year start. |
|
Return boolean whether a timestamp occurs on the year end. |
SemiMonthBegin#
Two DateOffset's per month repeating on the first day of the month & day_of_month. |
属性#
Return a string representing the frequency. |
|
Return a dict of extra parameters for the offset. |
|
Return a string representing the base frequency. |
|
Returns an integer of the total number of nanoseconds for fixed frequencies. |
|
Return boolean whether the frequency can align with midnight. |
|
Return the count of the number of periods. |
|
Return the day of the month for the semi-monthly offset. |
方法#
Return a copy of the frequency. |
|
Return boolean whether a timestamp intersects with this frequency. |
|
Return boolean whether a timestamp occurs on the month start. |
|
Return boolean whether a timestamp occurs on the month end. |
|
Return boolean whether a timestamp occurs on the quarter start. |
|
Return boolean whether a timestamp occurs on the quarter end. |
|
Return boolean whether a timestamp occurs on the year start. |
|
Return boolean whether a timestamp occurs on the year end. |
Week#
Weekly offset. |
属性#
Return a string representing the frequency. |
|
Return a dict of extra parameters for the offset. |
|
Return a string representing the base frequency. |
|
Returns an integer of the total number of nanoseconds for fixed frequencies. |
|
Return boolean whether the frequency can align with midnight. |
|
Return a string representing the base frequency. |
|
Return the count of the number of periods. |
|
Return the day of the week on which the offset is applied. |
方法#
Return a copy of the frequency. |
|
Return boolean whether a timestamp intersects with this frequency. |
|
Return boolean whether a timestamp occurs on the month start. |
|
Return boolean whether a timestamp occurs on the month end. |
|
Return boolean whether a timestamp occurs on the quarter start. |
|
Return boolean whether a timestamp occurs on the quarter end. |
|
Return boolean whether a timestamp occurs on the year start. |
|
|
Return boolean whether a timestamp occurs on the year end. |
WeekOfMonth#
Describes monthly dates like "the Tuesday of the 2nd week of each month". |
属性#
Return a string representing the frequency. |
|
Return a dict of extra parameters for the offset. |
|
Return a string representing the base frequency. |
|
Returns an integer of the total number of nanoseconds for fixed frequencies. |
|
Return boolean whether the frequency can align with midnight. |
|
Return a string representing the base frequency. |
|
Return the count of the number of periods. |
|
方法#
Return a copy of the frequency. |
|
Return boolean whether a timestamp intersects with this frequency. |
|
Return boolean whether a timestamp occurs on the month start. |
|
Return boolean whether a timestamp occurs on the month end. |
|
Return boolean whether a timestamp occurs on the quarter start. |
|
Return boolean whether a timestamp occurs on the quarter end. |
|
Return boolean whether a timestamp occurs on the year start. |
|
Return boolean whether a timestamp occurs on the year end. |
LastWeekOfMonth#
描述月份最后一周的日期。 |
属性#
Return a string representing the frequency. |
|
Return a dict of extra parameters for the offset. |
|
Return a string representing the base frequency. |
|
Returns an integer of the total number of nanoseconds for fixed frequencies. |
|
Return boolean whether the frequency can align with midnight. |
|
Return a string representing the base frequency. |
|
Return the count of the number of periods. |
|
方法#
Return a copy of the frequency. |
|
Return boolean whether a timestamp intersects with this frequency. |
|
Return boolean whether a timestamp occurs on the month start. |
|
Return boolean whether a timestamp occurs on the month end. |
|
Return boolean whether a timestamp occurs on the quarter start. |
|
Return boolean whether a timestamp occurs on the quarter end. |
|
Return boolean whether a timestamp occurs on the year start. |
|
Return boolean whether a timestamp occurs on the year end. |
BQuarterEnd#
DateOffset 在每个季度的最后一个工作日之间递增。 |
属性#
Return a string representing the frequency. |
|
Return a dict of extra parameters for the offset. |
|
Return a string representing the base frequency. |
|
Returns an integer of the total number of nanoseconds for fixed frequencies. |
|
Return boolean whether the frequency can align with midnight. |
|
返回表示带有月份后缀的频率的字符串。 |
|
Return the count of the number of periods. |
|
返回季度开始的月份。 |
方法#
Return a copy of the frequency. |
|
Return boolean whether a timestamp intersects with this frequency. |
|
Return boolean whether a timestamp occurs on the month start. |
|
Return boolean whether a timestamp occurs on the month end. |
|
Return boolean whether a timestamp occurs on the quarter start. |
|
Return boolean whether a timestamp occurs on the quarter end. |
|
Return boolean whether a timestamp occurs on the year start. |
|
Return boolean whether a timestamp occurs on the year end. |
BQuarterBegin#
DateOffset 在每个季度的第一个工作日之间递增。 |
属性#
Return a string representing the frequency. |
|
Return a dict of extra parameters for the offset. |
|
Return a string representing the base frequency. |
|
Returns an integer of the total number of nanoseconds for fixed frequencies. |
|
Return boolean whether the frequency can align with midnight. |
|
返回表示带有月份后缀的频率的字符串。 |
|
Return the count of the number of periods. |
|
返回季度开始的月份。 |
方法#
Return a copy of the frequency. |
|
Return boolean whether a timestamp intersects with this frequency. |
|
Return boolean whether a timestamp occurs on the month start. |
|
Return boolean whether a timestamp occurs on the month end. |
|
Return boolean whether a timestamp occurs on the quarter start. |
|
Return boolean whether a timestamp occurs on the quarter end. |
|
Return boolean whether a timestamp occurs on the year start. |
|
Return boolean whether a timestamp occurs on the year end. |
QuarterEnd#
DateOffset 在季度结束日期之间递增。 |
属性#
Return a string representing the frequency. |
|
Return a dict of extra parameters for the offset. |
|
Return a string representing the base frequency. |
|
Returns an integer of the total number of nanoseconds for fixed frequencies. |
|
Return boolean whether the frequency can align with midnight. |
|
返回表示带有月份后缀的频率的字符串。 |
|
Return the count of the number of periods. |
|
返回季度开始的月份。 |
方法#
Return a copy of the frequency. |
|
Return boolean whether a timestamp intersects with this frequency. |
|
Return boolean whether a timestamp occurs on the month start. |
|
Return boolean whether a timestamp occurs on the month end. |
|
Return boolean whether a timestamp occurs on the quarter start. |
|
Return boolean whether a timestamp occurs on the quarter end. |
|
Return boolean whether a timestamp occurs on the year start. |
|
Return boolean whether a timestamp occurs on the year end. |
QuarterBegin#
DateOffset 在季度开始日期之间递增。 |
属性#
Return a string representing the frequency. |
|
Return a dict of extra parameters for the offset. |
|
Return a string representing the base frequency. |
|
Returns an integer of the total number of nanoseconds for fixed frequencies. |
|
Return boolean whether the frequency can align with midnight. |
|
返回表示带有月份后缀的频率的字符串。 |
|
Return the count of the number of periods. |
|
返回季度开始的月份。 |
方法#
Return a copy of the frequency. |
|
Return boolean whether a timestamp intersects with this frequency. |
|
Return boolean whether a timestamp occurs on the month start. |
|
Return boolean whether a timestamp occurs on the month end. |
|
Return boolean whether a timestamp occurs on the quarter start. |
|
Return boolean whether a timestamp occurs on the quarter end. |
|
Return boolean whether a timestamp occurs on the year start. |
|
Return boolean whether a timestamp occurs on the year end. |
BHalfYearEnd#
DateOffset 在每半年的最后一个工作日之间递增。 |
属性#
Return a string representing the frequency. |
|
Return a dict of extra parameters for the offset. |
|
Return a string representing the base frequency. |
|
Returns an integer of the total number of nanoseconds for fixed frequencies. |
|
Return boolean whether the frequency can align with midnight. |
|
返回表示带有月份后缀的频率的字符串。 |
|
Return the count of the number of periods. |
|
返回半年开始的月份。 |
方法#
Return a copy of the frequency. |
|
Return boolean whether a timestamp intersects with this frequency. |
|
Return boolean whether a timestamp occurs on the month start. |
|
Return boolean whether a timestamp occurs on the month end. |
|
Return boolean whether a timestamp occurs on the quarter start. |
|
Return boolean whether a timestamp occurs on the quarter end. |
|
Return boolean whether a timestamp occurs on the year start. |
|
Return boolean whether a timestamp occurs on the year end. |
BHalfYearBegin#
DateOffset 在每半年的第一个工作日之间递增。 |
属性#
Return a string representing the frequency. |
|
Return a dict of extra parameters for the offset. |
|
Return a string representing the base frequency. |
|
Returns an integer of the total number of nanoseconds for fixed frequencies. |
|
Return boolean whether the frequency can align with midnight. |
|
返回表示带有月份后缀的频率的字符串。 |
|
Return the count of the number of periods. |
|
返回半年开始的月份。 |
方法#
Return a copy of the frequency. |
|
Return boolean whether a timestamp intersects with this frequency. |
|
Return boolean whether a timestamp occurs on the month start. |
|
Return boolean whether a timestamp occurs on the month end. |
|
Return boolean whether a timestamp occurs on the quarter start. |
|
Return boolean whether a timestamp occurs on the quarter end. |
|
Return boolean whether a timestamp occurs on the year start. |
|
Return boolean whether a timestamp occurs on the year end. |
HalfYearEnd#
DateOffset 在半年度结束日期之间递增。 |
属性#
Return a string representing the frequency. |
|
Return a dict of extra parameters for the offset. |
|
Return a string representing the base frequency. |
|
Returns an integer of the total number of nanoseconds for fixed frequencies. |
|
Return boolean whether the frequency can align with midnight. |
|
返回表示带有月份后缀的频率的字符串。 |
|
Return the count of the number of periods. |
|
返回半年开始的月份。 |
方法#
Return a copy of the frequency. |
|
Return boolean whether a timestamp intersects with this frequency. |
|
Return boolean whether a timestamp occurs on the month start. |
|
Return boolean whether a timestamp occurs on the month end. |
|
Return boolean whether a timestamp occurs on the quarter start. |
|
Return boolean whether a timestamp occurs on the quarter end. |
|
Return boolean whether a timestamp occurs on the year start. |
|
Return boolean whether a timestamp occurs on the year end. |
HalfYearBegin#
DateOffset 在半年度开始日期之间递增。 |
属性#
Return a string representing the frequency. |
|
Return a dict of extra parameters for the offset. |
|
Return a string representing the base frequency. |
|
Returns an integer of the total number of nanoseconds for fixed frequencies. |
|
Return boolean whether the frequency can align with midnight. |
|
返回表示带有月份后缀的频率的字符串。 |
|
Return the count of the number of periods. |
|
返回半年开始的月份。 |
方法#
Return a copy of the frequency. |
|
Return boolean whether a timestamp intersects with this frequency. |
|
Return boolean whether a timestamp occurs on the month start. |
|
Return boolean whether a timestamp occurs on the month end. |
|
Return boolean whether a timestamp occurs on the quarter start. |
|
Return boolean whether a timestamp occurs on the quarter end. |
|
Return boolean whether a timestamp occurs on the year start. |
|
Return boolean whether a timestamp occurs on the year end. |
BYearEnd#
DateOffset 在每年的最后一个工作日之间递增。 |
属性#
Return a string representing the frequency. |
|
Return a dict of extra parameters for the offset. |
|
Return a string representing the base frequency. |
|
Returns an integer of the total number of nanoseconds for fixed frequencies. |
|
Return boolean whether the frequency can align with midnight. |
|
Return a string representing the base frequency. |
|
Return the count of the number of periods. |
|
返回此偏移量适用的月份。 |
方法#
Return a copy of the frequency. |
|
Return boolean whether a timestamp intersects with this frequency. |
|
Return boolean whether a timestamp occurs on the month start. |
|
Return boolean whether a timestamp occurs on the month end. |
|
Return boolean whether a timestamp occurs on the quarter start. |
|
Return boolean whether a timestamp occurs on the quarter end. |
|
Return boolean whether a timestamp occurs on the year start. |
|
Return boolean whether a timestamp occurs on the year end. |
BYearBegin#
DateOffset 在每年的第一个工作日之间递增。 |
属性#
Return a string representing the frequency. |
|
Return a dict of extra parameters for the offset. |
|
Return a string representing the base frequency. |
|
Returns an integer of the total number of nanoseconds for fixed frequencies. |
|
Return boolean whether the frequency can align with midnight. |
|
Return a string representing the base frequency. |
|
Return the count of the number of periods. |
|
返回此偏移量适用的月份。 |
方法#
Return a copy of the frequency. |
|
Return boolean whether a timestamp intersects with this frequency. |
|
Return boolean whether a timestamp occurs on the month start. |
|
Return boolean whether a timestamp occurs on the month end. |
|
Return boolean whether a timestamp occurs on the quarter start. |
|
Return boolean whether a timestamp occurs on the quarter end. |
|
Return boolean whether a timestamp occurs on the year start. |
|
Return boolean whether a timestamp occurs on the year end. |
YearEnd#
|
DateOffset 在日历年结束日期之间递增。 |
属性#
Return a string representing the frequency. |
|
Return a dict of extra parameters for the offset. |
|
Return a string representing the base frequency. |
|
Returns an integer of the total number of nanoseconds for fixed frequencies. |
|
Return boolean whether the frequency can align with midnight. |
|
Return a string representing the base frequency. |
|
Return the count of the number of periods. |
|
返回此偏移量适用的月份。 |
方法#
Return a copy of the frequency. |
|
Return boolean whether a timestamp intersects with this frequency. |
|
Return boolean whether a timestamp occurs on the month start. |
|
Return boolean whether a timestamp occurs on the month end. |
|
Return boolean whether a timestamp occurs on the quarter start. |
|
Return boolean whether a timestamp occurs on the quarter end. |
|
Return boolean whether a timestamp occurs on the year start. |
|
Return boolean whether a timestamp occurs on the year end. |
YearBegin#
DateOffset 在日历年开始日期之间递增。 |
属性#
Return a string representing the frequency. |
|
Return a dict of extra parameters for the offset. |
|
Return a string representing the base frequency. |
|
Returns an integer of the total number of nanoseconds for fixed frequencies. |
|
Return boolean whether the frequency can align with midnight. |
|
Return a string representing the base frequency. |
|
Return the count of the number of periods. |
|
返回此偏移量适用的月份。 |
方法#
Return a copy of the frequency. |
|
Return boolean whether a timestamp intersects with this frequency. |
|
Return boolean whether a timestamp occurs on the month start. |
|
Return boolean whether a timestamp occurs on the month end. |
|
Return boolean whether a timestamp occurs on the quarter start. |
|
Return boolean whether a timestamp occurs on the quarter end. |
|
Return boolean whether a timestamp occurs on the year start. |
|
Return boolean whether a timestamp occurs on the year end. |
FY5253#
描述 52-53 周的财政年度。 |
属性#
Return a string representing the frequency. |
|
Return a dict of extra parameters for the offset. |
|
Return a string representing the base frequency. |
|
Returns an integer of the total number of nanoseconds for fixed frequencies. |
|
Return boolean whether the frequency can align with midnight. |
|
Return the count of the number of periods. |
|
返回财政年度使用的星期几。 |
方法#
Return a copy of the frequency. |
|
返回规则代码的后缀部分。 |
|
Return boolean whether a timestamp intersects with this frequency. |
|
Return boolean whether a timestamp occurs on the month start. |
|
Return boolean whether a timestamp occurs on the month end. |
|
Return boolean whether a timestamp occurs on the quarter start. |
|
Return boolean whether a timestamp occurs on the quarter end. |
|
Return boolean whether a timestamp occurs on the year start. |
|
Return boolean whether a timestamp occurs on the year end. |
FY5253Quarter#
DateOffset 在 52-53 周的财政年度的业务季度日期之间递增。 |
属性#
Return a string representing the frequency. |
|
Return a dict of extra parameters for the offset. |
|
Return a string representing the base frequency. |
|
Returns an integer of the total number of nanoseconds for fixed frequencies. |
|
Return boolean whether the frequency can align with midnight. |
|
Return the count of the number of periods. |
|
返回财政年度使用的星期几。 |
方法#
Return a copy of the frequency. |
|
返回规则代码的后缀部分。 |
|
Return boolean whether a timestamp intersects with this frequency. |
|
Return boolean whether a timestamp occurs on the month start. |
|
Return boolean whether a timestamp occurs on the month end. |
|
Return boolean whether a timestamp occurs on the quarter start. |
|
Return boolean whether a timestamp occurs on the quarter end. |
|
Return boolean whether a timestamp occurs on the year start. |
|
Return boolean whether a timestamp occurs on the year end. |
复活节#
使用 dateutil 定义的逻辑的复活节的 DateOffset。 |
属性#
Return a string representing the frequency. |
|
Return a dict of extra parameters for the offset. |
|
Return a string representing the base frequency. |
|
Returns an integer of the total number of nanoseconds for fixed frequencies. |
|
Return boolean whether the frequency can align with midnight. |
|
Return a string representing the base frequency. |
|
Return the count of the number of periods. |
方法#
Return a copy of the frequency. |
|
Return boolean whether a timestamp intersects with this frequency. |
|
Return boolean whether a timestamp occurs on the month start. |
|
Return boolean whether a timestamp occurs on the month end. |
|
Return boolean whether a timestamp occurs on the quarter start. |
|
Return boolean whether a timestamp occurs on the quarter end. |
|
Return boolean whether a timestamp occurs on the year start. |
|
Return boolean whether a timestamp occurs on the year end. |
Tick#
固定频率偏移量的基类(Milli, Micro, Second, Minute, Hour)。 |
属性#
Return a string representing the frequency. |
|
Return a dict of extra parameters for the offset. |
|
Return a string representing the base frequency. |
|
返回总纳秒数的整数。 |
|
Return boolean whether the frequency can align with midnight. |
|
Return a string representing the base frequency. |
|
Return the count of the number of periods. |
方法#
Return a copy of the frequency. |
|
Return boolean whether a timestamp intersects with this frequency. |
|
Return boolean whether a timestamp occurs on the month start. |
|
Return boolean whether a timestamp occurs on the month end. |
|
Return boolean whether a timestamp occurs on the quarter start. |
|
Return boolean whether a timestamp occurs on the quarter end. |
|
Return boolean whether a timestamp occurs on the year start. |
|
|
Return boolean whether a timestamp occurs on the year end. |
天#
偏移 |
属性#
Return a string representing the frequency. |
|
Return a dict of extra parameters for the offset. |
|
Return a string representing the base frequency. |
|
返回总纳秒数的整数。 |
|
Return boolean whether the frequency can align with midnight. |
|
Return a string representing the base frequency. |
|
Return the count of the number of periods. |
方法#
|
Return a copy of the frequency. |
|
Return boolean whether a timestamp intersects with this frequency. |
Return boolean whether a timestamp occurs on the month start. |
|
|
Return boolean whether a timestamp occurs on the month end. |
Return boolean whether a timestamp occurs on the quarter start. |
|
Return boolean whether a timestamp occurs on the quarter end. |
|
Return boolean whether a timestamp occurs on the year start. |
|
|
Return boolean whether a timestamp occurs on the year end. |
小时#
偏移 |
属性#
Return a string representing the frequency. |
|
Return a dict of extra parameters for the offset. |
|
Return a string representing the base frequency. |
|
返回总纳秒数的整数。 |
|
Return boolean whether the frequency can align with midnight. |
|
Return a string representing the base frequency. |
|
Return the count of the number of periods. |
方法#
Return a copy of the frequency. |
|
Return boolean whether a timestamp intersects with this frequency. |
|
Return boolean whether a timestamp occurs on the month start. |
|
Return boolean whether a timestamp occurs on the month end. |
|
Return boolean whether a timestamp occurs on the quarter start. |
|
Return boolean whether a timestamp occurs on the quarter end. |
|
Return boolean whether a timestamp occurs on the year start. |
|
|
Return boolean whether a timestamp occurs on the year end. |
分钟#
偏移 |
属性#
Return a string representing the frequency. |
|
Return a dict of extra parameters for the offset. |
|
Return a string representing the base frequency. |
|
返回总纳秒数的整数。 |
|
Return boolean whether the frequency can align with midnight. |
|
Return a string representing the base frequency. |
|
Return the count of the number of periods. |
方法#
Return a copy of the frequency. |
|
Return boolean whether a timestamp intersects with this frequency. |
|
Return boolean whether a timestamp occurs on the month start. |
|
Return boolean whether a timestamp occurs on the month end. |
|
Return boolean whether a timestamp occurs on the quarter start. |
|
Return boolean whether a timestamp occurs on the quarter end. |
|
Return boolean whether a timestamp occurs on the year start. |
|
Return boolean whether a timestamp occurs on the year end. |
秒#
偏移 |
属性#
Return a string representing the frequency. |
|
Return a dict of extra parameters for the offset. |
|
Return a string representing the base frequency. |
|
返回总纳秒数的整数。 |
|
Return boolean whether the frequency can align with midnight. |
|
Return a string representing the base frequency. |
|
Return the count of the number of periods. |
方法#
Return a copy of the frequency. |
|
Return boolean whether a timestamp intersects with this frequency. |
|
Return boolean whether a timestamp occurs on the month start. |
|
Return boolean whether a timestamp occurs on the month end. |
|
Return boolean whether a timestamp occurs on the quarter start. |
|
Return boolean whether a timestamp occurs on the quarter end. |
|
Return boolean whether a timestamp occurs on the year start. |
|
Return boolean whether a timestamp occurs on the year end. |
毫秒#
偏移 |
属性#
Return a string representing the frequency. |
|
Return a dict of extra parameters for the offset. |
|
Return a string representing the base frequency. |
|
返回总纳秒数的整数。 |
|
Return boolean whether the frequency can align with midnight. |
|
Return a string representing the base frequency. |
|
Return the count of the number of periods. |
方法#
Return a copy of the frequency. |
|
Return boolean whether a timestamp intersects with this frequency. |
|
Return boolean whether a timestamp occurs on the month start. |
|
Return boolean whether a timestamp occurs on the month end. |
|
Return boolean whether a timestamp occurs on the quarter start. |
|
Return boolean whether a timestamp occurs on the quarter end. |
|
Return boolean whether a timestamp occurs on the year start. |
|
Return boolean whether a timestamp occurs on the year end. |
微秒#
偏移 |
属性#
Return a string representing the frequency. |
|
Return a dict of extra parameters for the offset. |
|
Return a string representing the base frequency. |
|
返回总纳秒数的整数。 |
|
Return boolean whether the frequency can align with midnight. |
|
Return a string representing the base frequency. |
|
Return the count of the number of periods. |
方法#
Return a copy of the frequency. |
|
Return boolean whether a timestamp intersects with this frequency. |
|
Return boolean whether a timestamp occurs on the month start. |
|
Return boolean whether a timestamp occurs on the month end. |
|
Return boolean whether a timestamp occurs on the quarter start. |
|
Return boolean whether a timestamp occurs on the quarter end. |
|
Return boolean whether a timestamp occurs on the year start. |
|
Return boolean whether a timestamp occurs on the year end. |
纳秒#
Offset |
属性#
Return a string representing the frequency. |
|
Return a dict of extra parameters for the offset. |
|
Return a string representing the base frequency. |
|
返回总纳秒数的整数。 |
|
Return boolean whether the frequency can align with midnight. |
|
Return a string representing the base frequency. |
|
Return the count of the number of periods. |
方法#
Return a copy of the frequency. |
|
Return boolean whether a timestamp intersects with this frequency. |
|
Return boolean whether a timestamp occurs on the month start. |
|
Return boolean whether a timestamp occurs on the month end. |
|
Return boolean whether a timestamp occurs on the quarter start. |
|
Return boolean whether a timestamp occurs on the quarter end. |
|
Return boolean whether a timestamp occurs on the year start. |
|
|
Return boolean whether a timestamp occurs on the year end. |
频率#
|
从字符串或 datetime.timedelta 对象返回 DateOffset 对象。 |