pgator-backend ~try_next_gen (2022-05-28T00:47:55.7961488)
Dub
Repo
PGTimeWithZone.opCast
pgator
db
pq
types
time
PGTimeWithZone
Undocumented in source. Be warned that the author may not have intended to support it.
T
opCast
()
struct
PGTimeWithZone
const
T
opCast
(
T
)
(
)
if
(
is
(
T
==
TimeOfDay
)
)
T
opCast
()
int
hour
;
int
minute
;
int
second
;
int
timeZoneOffset
;
Meta
Source
See Implementation
pgator
db
pq
types
time
PGTimeWithZone
constructors
this
functions
opCast
variables
hour
minute
second
timeZoneOffset