Uses of Class
types.collections.time.tstzspan
-
Uses of tstzspan in types.boxes
-
Uses of tstzspan in types.collections.time
Modifier 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``.Modifier and TypeMethodDescriptionjnr.ffi.Pointer
tstzspanset.createListInner
(List<tstzspan> periods) ModifierConstructorDescriptiontstzspanset
(List<tstzspan> periods) The array of Periods constructor -
Uses of tstzspan in types.temporal
Modifier 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()