'Declaration
Public Shared Function TryParseXSDTime( _ ByVal xsdTime As System.String, _ ByRef result As LxDateTime, _ ByRef ex As System.Exception _ ) As System.Boolean
public static System.bool TryParseXSDTime( System.string xsdTime, out LxDateTime result, out System.Exception ex )
Parameters
- xsdTime
- 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 occurred.