TimeBox¶
-
class
mss_dataserver.geometry.inventory.
TimeBox
(item, start_time, end_time=None, parent=None)[source]¶ Bases:
object
A container to hold an instance with an assigned time-span.
Properties¶
end_time_string
str: The string representation of the end time.
start_time_string
str: The string representation of the start time.
Methods¶
|
Initialize the instance. |
|
Get a dictionary representation of the instance. |