27.11.2014 Views

Working with date and time, time spans, time zones as well ... - Poco

Working with date and time, time spans, time zones as well ... - Poco

Working with date and time, time spans, time zones as well ... - Poco

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

DateTimeParser Functions<br />

> void parse(const std::string fmt, const std::string& str,<br />

DateTime& <strong>date</strong>Time, int& tzd)<br />

parses a <strong>date</strong> <strong>and</strong> <strong>time</strong> in the format given in fmt from the string<br />

str. Stores the <strong>date</strong> <strong>and</strong> the <strong>time</strong> in <strong>date</strong>Time <strong>and</strong> the <strong>time</strong> zone<br />

differential in tzd. Throws a <strong>Poco</strong>::SyntaxException if the string<br />

cannot be parsed.<br />

> DateTime parse(const std::string& fmt,<br />

const std::string& str, int& tzd)<br />

similar to the above, but returns the DateTime

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!