Uses of Class
types.collections.time.tstzspan
Packages that use tstzspan
-
Uses of tstzspan in types.boxes
Methods in types.boxes that return tstzspan -
Uses of tstzspan in types.collections.time
Fields in types.collections.time with type parameters of type tstzspanMethods in types.collections.time that return tstzspanModifier and TypeMethodDescriptiontstzspan.copy()
Return a copy of "this" object.tstzspanset.end_period()
Returns the last period in "this".tstzspanset.end_span()
Returns the last period in "this".static tstzspan
tstzspan.from_hexwkb
(String hexwkb) Returns a tstzspan from its WKB representation in hex-encoded ASCII.tstzspanset.start_period()
Returns the first period in "this".tstzspanset.start_span()
Returns the first period in "this".tstzset.to_period()
Returns a period that encompasses "this".tstzspanset.to_period()
Returns a period that encompasses "this".tstzset.to_span()
Returns a period that encompasses "this".tstzspanset.to_span()
Returns a period that encompasses "this".datespan.to_tstzspan()
Returns a :class:`TsTzSpan equivalent to ``self``.Method parameters in types.collections.time with type arguments of type tstzspanModifier and TypeMethodDescriptionjnr.ffi.Pointer
tstzspanset.createListInner
(List<tstzspan> periods) Constructors in types.collections.time with parameters of type tstzspanConstructor parameters in types.collections.time with type arguments of type tstzspanModifierConstructorDescriptiontstzspanset
(List<tstzspan> periods) The array of Periods constructor -
Uses of tstzspan in types.temporal
Methods in types.temporal that return tstzspanModifier and TypeMethodDescriptionTemporal.bounding_box()
Returns the bounding box of "this".Temporal.period()
Returns thetstzset
on which "this" is defined ignoring potential time gaps.Temporal.timespan()
Returns thetstzspan
on which "this" is defined ignoring potential time gaps.Temporal.tstzspan()