parse

Parse provided input and return a UTC epoch time. A return value of Time.max (or false, respectively) indicated a parse-failure.

An option is provided to return the count of characters parsed - an unchanged value here also indicates invalid input.

  1. Time parse(T[] src, uint* ate)
    parse
    (
    T
    )
    (
    T[] src
    ,
    uint* ate = null
    )
  2. bool parse(T[] src, TimeOfDay tod, Date date, uint* ate)

Meta