arrivalTime property

int? arrivalTime
final

Specifies the desired time of arrival for transit directions, in seconds since midnight, January 1, 1970 UTC. You can specify either this or departureTime, but not both. Note that it must be specified as an integer.

Implementation

final int? arrivalTime;