mkTimestamp

pure nothrow
Timestamp
mkTimestamp
@safe @nogc
(
Date date
,
Time time
)

Parameters

date
Type: Date

Date uint

time
Type: Time

Time uint

Return Value

Type: Timestamp

Timestamp ulong for a given date and time

See Also

pgc.date.mkDate, pgc.time.mkTime

Meta