toTimeDiff

Function to extract a time difference from a text encoded column value.

Text representations of a time difference are like -750:12:02 - 750 hours 12 minutes and two seconds ago.

  1. TimeDiff toTimeDiff(ubyte[] a)
  2. TimeDiff toTimeDiff(string s)
    toTimeDiff
    (
    string s
    )

Return Value

Type: TimeDiff

A populated or default initialized TimeDiff struct.

Meta