'Declaration
Public Shared Function Parse( _ ByVal value As System.String, _ ByVal expectedXmlDateTypeType As LxDateTimeType _ ) As LxDateTime
public static LxDateTime Parse( System.string value, LxDateTimeType expectedXmlDateTypeType )
Parameters
- value
- The string to parse
- expectedXmlDateTypeType
- The format the XSD date time should be in. User LxDateTimeType.None to parse any valid date/time format.
Return Value
true if the string was successfully parsed into a LxDateTime, false if an error occurred.The parsed LxDateTime object