History.RangeJob protocol (history v0.0.23)
Link to this section Summary
Link to this section Types
Link to this type
date_time_result()
Specs
date_time_result() ::
{:ok, DateTime.t()}
| {:ambiguous, first_datetime :: t(), second_datetime :: t()}
| {:gap, t(), t()}
| {:error,
:incompatible_calendars
| :time_zone_not_found
| :utc_only_time_zone_database}
Specs
t() :: struct()
Link to this section Functions
Link to this function
from(job)
Specs
from(t()) :: date_time_result()
Link to this function
from!(job)
Specs
from!(t()) :: DateTime.t()
Link to this function
to(job)
Specs
to(t()) :: date_time_result()
Link to this function
to!(job)
Specs
to!(t()) :: DateTime.t()