module TimeIntervals
Represents an ordered collection of TimeIntervals::Intervals.
Represents an interval in time.
Each TimeIntervals
is interpreted as: [started_at, ended_at). That is, include the started_at time and exclude the ended_at time.
Note: both started_at and ended_at are values in seconds without the fractional part that represents microseconds.
Constants
- VERSION