'Declaration
Public Shared Function TryParseXSDDateTime( _ ByVal xsdDateTime As System.String, _ ByRef result As LxDateTime, _ ByRef ex As System.Exception _ ) As System.Boolean
public static System.bool TryParseXSDDateTime( System.string xsdDateTime, out LxDateTime result, out System.Exception ex )
Parameters
- xsdDateTime
- The string to be parsed
- result
- The resulting LxDateTime object (if true is returned)
- ex
- The System.Exception describing the error is the string could not be parsed (and false was returned)
Return Value
true if the string was successfully parsed into a LxDateTime, false if an error occured.