aequitas_time_interval (aequitas v1.4.0)

Copy Markdown View Source

Time interval type used in category settings.

Defines the t/0 time-interval type (e.g. {seconds, 5}) accepted by aequitas category settings such as max_window_duration.

Summary

Types

t()

-type t() :: {unit(), number()}.

unit()

-type unit() :: milliseconds | seconds | minutes | hours | days | weeks.