Date-time conditions table (Condition_Date_Time)
The Condition_Date_Time table defines the time periods when a condition or driving maneuver is in effect. Use this table alongside the conditions table for route calculation. Not available for all countries.
For descriptions of the GlobalID and OBJECTID attributes, see Esri® system fields.
| Field name | Data type | Description |
|---|---|---|
| CONDITION_ID | Integer (4) | Unique identifier for the condition |
| SEQ_NUM | Integer (4) | Sequence number |
| DATETIME_TYPE | String (2) | Specifies the date/time modifier type for the condition. |
| START_TIME | String (4) | Specifies the start time for the condition. |
| END_TIME | String (4) | Specifies the end time for the condition. |
| START_DATE | String (8) | Specifies the start date for the condition. |
| END_DATE | String (8) | Specifies the end date for the condition. |
| EXCLUDE_DATE | String (1) | Indicates whether to exclude the specified date for the condition. |
| FROM_END | String (1) | Indicates whether the condition applies from the end. |
| ISO_COUNTRY_CODE | String (3) | ISO 3 character country code |