Date.Range — Elixir v1.18.3 (original) (raw)

Elixir

Elixir

v1.18.3

Search documentation of Elixir

View Source

Returns an inclusive range between dates.

Ranges must be created with the Date.range/2 or Date.range/3 function.

The following fields are public:

The remaining fields are private and should not be accessed.

Summary

Types

t()

Types

t()

@type t() :: %Date.Range{ first: Date.t(), first_in_iso_days: days(), last: Date.t(), last_in_iso_days: days(), step: pos_integer() | neg_integer() }