SearchToDate
The connector only retrieves tweets that were published before the specified date.
Specify the date in UTC time using one of the following formats:
- A date in the format
YYYY-SHORTMONTH-DD H+:N+:S+, for example2021-Mar-24 15:24:00. - A date in epoch seconds, for example
1616595398.
This parameter applies to the Twitter V2 API (used when you set the ApiVersion parameter to V2) and the V1 Premium API (used when you set the PremiumProduct and PremiumLabel parameters). This parameter does not apply to the V1 Standard API.
| Type: | Date |
| Default: | |
| Required: | No |
| Configuration Section: | TaskName or FetchTasks |
| Example: | SearchToDate=2021-Mar-24 15:24:00
|
| See Also: | SearchFromDate |