View Source XtbClient.Messages.Day (XtbClient v0.1.1)

Atoms representing day of week.

Link to this section Summary

Functions

Parse an integer value as a valid atom representing day of week.

Link to this section Types

@type day_code() :: 1..7
@type t() ::
  :monday | :tuesday | :wednesday | :thursday | :friday | :saturday | :sunday

Link to this section Functions

@spec parse(day_code()) :: t()

Parse an integer value as a valid atom representing day of week.