karbor.services.operationengine.engine.triggers.timetrigger.timeformats.calendar_time Module¶karbor.services.operationengine.engine.triggers.timetrigger.timeformats.calendar_time.ICal(start_time, pattern)¶Bases: karbor.services.operationengine.engine.triggers.timetrigger.timeformats.TimeFormat
icalendar.
check_time_format(pattern)¶Check time format
| Parameters: | pattern – The pattern of the icalendar time |
|---|
compute_next_time(current_time)¶Compute next time
| Parameters: | current_time – the time before the next time |
|---|
:return datetime or None
get_min_interval()¶Get minimum interval of two adjacent time points
:return int(seconds) or None
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.