toTimeOfDay

Function to extract a TimeOfDay from a binary encoded row.

Time/date structures are packed by the server into a byte sub-packet with a leading length byte, and a minimal number of bytes to embody the data.

  1. TimeOfDay toTimeOfDay(ubyte[] a)
    TimeOfDay
    toTimeOfDay
    (
    ubyte[] a
    )
  2. TimeOfDay toTimeOfDay(string s)

Return Value

Type: TimeOfDay

A populated or default initialized std.datetime.TimeOfDay struct.

Meta