Skip to content

PgTime

[Source]

A PostgreSQL time value. Stores microseconds since midnight. Valid range: 0 to 86,400,000,000 (exclusive). Constructed from a PgTimeMicroseconds value obtained via MakePgTimeMicroseconds.

class val PgTime is
  Equatable[PgTime val] ref

Implements


Constructors

create

[Source]

new val create(
  microseconds': PgTimeMicroseconds)
: PgTime val^

Parameters

Returns


Public fields

let microseconds: I64 val

[Source]


Public Functions

eq

[Source]

fun box eq(
  that: PgTime val)
: Bool val

Parameters

Returns


ne

[Source]

fun box ne(
  that: PgTime val)
: Bool val

Parameters

Returns


string

[Source]

fun box string()
: String iso^

Returns