ecflow.TimeSlot

class ecflow.TimeSlot

Bases: instance

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((TimeSlot)arg1) bool
TimeSlot.hour((TimeSlot)arg1) int
TimeSlot.minute((TimeSlot)arg1) int