timestamp property

DateTime? timestamp
getter/setter pair

The local time as a UTC DateTime object but containing the local time at the location

If timestamp is null then it defaults to the current timestamp internally.

If algorithmType is PTAlgorithmType.departure then the timestamp represents the desired departure time. If algorithmType is PTAlgorithmType.arrival then the timestamp represents the desired arrival time.

Implementation

DateTime? timestamp;