ecflow.TimeSlot

class ecflow.TimeSlot

Bases: pybind11_object

Represents a time slot.

It is typically used as an argument to a TimeSeries or other time dependent attributes of a node.

Constructor:

TimeSlot(hour,min)
   int hour:   represent an hour:
   int minute: represents a minute:

Usage:

ts = TimeSlot(10,11)
TimeSlot.empty(self: ecflow.TimeSlot) bool
TimeSlot.hour(self: ecflow.TimeSlot) int
TimeSlot.minute(self: ecflow.TimeSlot) int