- parseTime
Time parseTime(const(char)[] s, DateTimeFormat dtf)
Undocumented in source. Be warned that the author may not have intended to support it.
- parseTimeExact
Time parseTimeExact(const(char)[] s, const(char)[] format, DateTimeFormat dtf)
Undocumented in source. Be warned that the author may not have intended to support it.
- tryParseTime
bool tryParseTime(const(char)[] s, DateTimeFormat dtf, Time result)
Undocumented in source. Be warned that the author may not have intended to support it.
- tryParseTimeExact
bool tryParseTimeExact(const(char)[] s, const(char)[] format, DateTimeFormat dtf, Time result)
Undocumented in source. Be warned that the author may not have intended to support it.