visions.types.time

class visions.types.time.Time[source]

Time implementation of visions.types.type.VisionsBaseType.

Examples

>>> x = pd.Series([datetime.time(10, 8, 4), datetime.time(21, 17, 0)])
>>> x in visions.Time
True