Uses of Class
types.collections.time.tstzspanset
Packages that use tstzspanset
-
Uses of tstzspanset in types.basic.tbool
Methods in types.basic.tbool that return tstzspansetModifier and TypeMethodDescriptiondefault tstzspanset
TBool.when_false()
Returns a period set with the periods where "this" is False.default tstzspanset
TBool.when_true()
Returns a period set with the periods where "this" is True. -
Uses of tstzspanset in types.collections.time
Methods in types.collections.time that return tstzspansetModifier and TypeMethodDescriptionReturns the temporal union of "this" and "other".Returns the temporal union of "this" and "other".Returns the temporal difference of "this" and "other".Returns the temporal difference of "this" and "other".Returns the temporal difference of "this" and "other".Returns the temporal difference of "this" and "other".tstzset.to_periodset()
Returns a tstzspanset that contains a tstzspan for each Timestamp in "this".tstzspan.to_periodset()
Returns a period set containing "this" object.tstzset.to_spanset()
tstzspan.to_spanset()
Returns a period set containing "this" object.datespanset.to_tstzspanset()
Returns a :class:`TsTzSpan equivalent to ``self``.Returns the temporal union of "this" and "other".Returns the temporal union of "this" and "other". -
Uses of tstzspanset in types.temporal
Methods in types.temporal that return tstzspansetModifier and TypeMethodDescriptionTemporal.time()
Returns thetstzspanset
on which `self` is defined.