parseTimeLike

Undocumented in source.
  1. T parseTimeLike(C[] str, TimeZone tz)
    template parseTimeLike(T)
    T
    parseTimeLike
    (
    string fmt
    C
    )
    (
    C[] str
    ,
    immutable TimeZone tz = null
    )
  2. T parseTimeLike(char[] fmt, C[] str, TimeZone tz)

Members

Functions

parseTimeLike
T parseTimeLike(C[] str, TimeZone tz)
Undocumented in source. Be warned that the author may not have intended to support it.
parseTimeLike
deprecated T parseTimeLike(char[] fmt, C[] str, TimeZone tz)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta