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