'DeclarationPublic Shared Function ParseXSDDate( _ ByVal xsdDate As System.String, _ ByVal dateType As LxDateTimeType _ ) As LxDateTime
public static LxDateTime ParseXSDDate( System.string xsdDate, LxDateTimeType dateType )
Parameters
- xsdDate
- The string to be parsed
- dateType
- The type of date to parse LxDateTimeType.Date, LxDateTimeType.GDay, LxDateTimeType.GMonth, LxDateTimeType.GMonthDay, LxDateTimeType.GYear, LxDateTimeType.GYearMonth
Return Value
true if the string was successfully parsed into a LxDateTime, false if an error occurred.The parsed LxDateTime object