Gleanex.Platform.TimeRange (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a TimeRange

Summary

Types

t()

@type t() :: %Gleanex.Platform.TimeRange{
  end: DateTime.t() | nil,
  start: DateTime.t() | nil
}