inString | String Optional. String to be checked for adherence to the specified date pattern. |
pattern | String Date format for specifying the inString parameter (for example, yyyyMMdd HH:mm:ss.SSS). For more information about the pattern strings that can be specified for the date, see Pattern String Symbols. |
isDate | String Indicates whether or not inString follows the specified date pattern. true indicates that inString follows the specified date pattern. false indicates that inString does not follow the specified date pattern. The service returns false if inString is not specified. |