TimeFormat#
- class caf.base.data_structures.TimeFormat(value)[source]#
Bases:
EnumClass for time formats.
Attributes
Methods
Get time periods.
Return a conversion order.
Get a dictionary of conversion factors.
Get a dictionary of conversion factors.
get(value)Get an instance of this with value.
get_conversion_factors(to_time_format)Get the conversion factors for each time period.
Attributes Documentation
- AVG_WEEK = 'avg_week'#
- AVG_DAY = 'avg_day'#
- AVG_HOUR = 'avg_hour'#