Date/Time Routing
Date/Time Routing gives the user the ability to specify the time and date of a route, thus compensating for lanes that are HOV at specific times, timed-turned restrictions, and seasonal or specific day of the week closures.
Date/Time Parameters
| Name | Description |
|---|---|
| timeType Integer |
Specifies the time type to use.
Acceptable values are:
timeType value is 0.
|
| dateType Integer |
Specifies the date type to use. If timeType is 0 or 1, this option will be ignored.
Acceptable values are:
dateType value is 0.
|
| date | The format for date is MM/DD/YYYY.
If timeType is 0 or 1, or if dateType is 1-7, this option will be ignored.
If dateType is 0 and isoLocal is null, this parameter must be used.
MM specifies the month of year. Acceptable values are:
YYYY specifies the year. Values need to be entered in YYYY format. Default date value is the current date. Please note that the user has the choice of entering date/time in the ISO 8601 format YYYY-MM-DDThh:mm or as a calendar date (MM/DD/YYYY) and local time (hh:mm) by using the date and localTime fields, respectively.
|
| localTime Integer |
If timeType is 0 or 1 ,this option will be ignored.If dateType is 0 and isoLocal is null, this parameter must be used.If dateType is 1-7, this parameter can be used to set a specific time of day to generate a route.Values need to be entered in hh:mm format. Default localTime value is the current time.Please note that the user has the choice of entering date/time in the ISO 8601 format YYYY-MM-DDThh:mm or as a calendar date (MM/DD/YYYY) and local time (hh:mm) by using the date and localTime fields, respectively.
|
| isoLocal |
If timeType is 0 or 1, or if dateType is 1-7, this option will be ignored.If dateType is 0, this is an optional parameter.The user has the choice of entering the date/time in the ISO 8601 format YYYY-MM-DDThh:mm or as individual parameters by using the month, day, year, and localTime fields.Default isoLocal value is the current date and time.
|
