Postgrex v0.13.4 Postgrex.Time View Source
Struct for Postgres time.
Fields
hour
min
sec
usec
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t() :: %Postgrex.Time{hour: 0..23, min: 0..59, sec: 0..59, usec: 0..999999}