Timestamp.fromISOStringImpl

Undocumented in source.
  1. Timestamp fromISOStringImpl(const(C)[] str)
    template fromISOStringImpl(bool ext)
    static @safe pure
    fromISOStringImpl
    (
    C
    )
    (
    scope const(C)[] str
    )
    if (
    isSomeChar!C
    )
  2. bool fromISOStringImpl(const(C)[] str, Timestamp value)

Members

Static functions

fromISOStringImpl
Timestamp fromISOStringImpl(const(C)[] str)
Undocumented in source. Be warned that the author may not have intended to support it.
fromISOStringImpl
bool fromISOStringImpl(const(C)[] str, Timestamp value)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta