string.tryParse
bool tryParse(const char[] this, overload out DateTime value)Parses ISO date-time text.
Remarks
Parsing is strict and ignores leading and trailing whitespace.
Returns
true when parsing succeeds.
Parameters
const char[]
this
overload out DateTime
value
Receives the parsed date and time, or default when parsing fails.
Generated with campc v0.8.0-preview.1+4df4cd2858d46c717d136ff5c571742dc449f642.