All Date values are returned with a Kind of "Unspecified", regardless of how they are formatted in the JSON text.
| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| jsonText | String | The JSON Text to parse. | ||
| propertyName | String | The case-sensitive Property Name to locate, e.g., "contactDetails" or the path of a property, e.g., "contactDetails.validDate". | ||
| defaultValue | Date | Optional | The value to return if the property was not found. If omitted, a value of ISRuntime.OptionalNullDate is assumed. |
A Date value.