moip_ex v0.3.0 MoipEx.DateTime

Representação de data e hora

Summary

Functions

  • :year - Ano no formato yyyy
  • :month - Mês no formato MM
  • :day - Dia do mês no formato dd
  • :hour - Horas no formato HH (24hs)
  • :minute - Minutos no formato mm
  • :second - Segundos no formato ss

Types

t()
t() :: %MoipEx.DateTime{day: integer, hour: integer, minute: integer, month: integer, second: integer, year: integer}

Functions

%MoipEx.DateTime{} (struct)
  • :year - Ano no formato yyyy
  • :month - Mês no formato MM
  • :day - Dia do mês no formato dd
  • :hour - Horas no formato HH (24hs)
  • :minute - Minutos no formato mm
  • :second - Segundos no formato ss