StrptimeOptions.errorIsNull
bool errorIsNull() @property nothrowGet errorIsNull property.
Returns
Return null on parsing errors if true or raise if false.
void errorIsNull(bool propval) @property nothrowSet errorIsNull property.
Parameters
propval | Return null on parsing errors if true or raise if false. |