remove_date_filter方法

remove_date_filter(field_index, date_time_grouping_type, year, month, day, hour, minute, second)

删除日期过滤器。

def remove_date_filter(self, field_index, date_time_grouping_type, year, month, day, hour, minute, second):
    ...
范围类型描述
field_indexint要作为过滤器基础的字段的整数偏移量
(从列表的左边开始;最左边的字段是字段 0)。
date_time_grouping_typeDateTimeGroupingTypeDateTimeGroupingType
yearint那一年。
monthint这个月。
dayint那天。
hourint小时。
minuteint分钟。
secondint第二。

评论

如果 DateTimeGroupingType 是 Year,则只有参数年份有效。 如果 DateTiemGroupingType 是 Month,则只有 param year 和 month 有效。

也可以看看