| Property Name | Data Type | Req/Opt | Description |
|---|---|---|---|
| dateString | String | Required | Format: YYYY-MM-DD (Ex: 2000-01-01). Length of 10 is required. Month and day date elements need to be padded to include the leading 0. In other words 2000-1-1 is not valid. 2000-01-01 is valid. |
| timeString | String | Required | Format: hhmmss. Military Time format. Lengh of 6 is required. Do not include separators in the string (i.e. 13:00:00). |
| timeZoneString | String | Required | Format: (+/-)hhmm. Lengh of 5 is required. Do not include separators in the string (i.e. -00:00). Example valid values: (+0100, +0000, -0600) |