tryParse

Try to parse the input string according to the given pattern.

Return: true to indicate success; false to indicate failure

bool
tryParse
(
string data
,,
out SysTime dt
,
immutable(TimeZone) defaultTimeZone = null
)

Meta