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