parseTime

Parse the given string into a SysTime, using the format spec fmt. This version generates specialized code for the given fmt.

  1. SysTime parseTime(C[] t, TimeZone tz)
    SysTime
    parseTime
    (
    string fmt
    C
    )
    (
    C[] t
    ,
    immutable TimeZone tz = null
    )
  2. SysTime parseTime(const(char)[] fmt, C[] t)

Meta