time property

DateTime? time
final

Absolute time to search forward from; null = now.

Serialized as a UTC Unix timestamp with second resolution. Times before the Unix epoch are invalid.

Implementation

final DateTime? time;