SaleaeTimeInterval

A time interval between two points.

Represents a half-open interval [begin, end).

Attributes

NameTypeDescription
beginSaleaeTimeThe start of the interval.
endSaleaeTimeThe end of the interval (exclusive).

Methods

__init__(begin: SaleaeTime, end: SaleaeTime) -> None

Create an interval between begin and end.

begin
The beginning of the interval.
end
The end of the interval.
AI/LLM users: see llms-extensions.txt for machine-readable documentation.