toTimeOfDay

Function to extract a TimeOfDay from a text encoded column value.

Text representations of a time of day are as in 14:22:02

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

Return Value

Type: TimeOfDay

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

Meta