NestedOptionEventTimeIterable
Methods
Properties
| Property | Description |
|---|
dt | Change this nested Iterable of Optional[EventTime] into a nested Iterable of corresponding UTC DateTimes. |
event_id | Change this nested Iterable of Optional[EventTime] into a nested Iterable of their associated event ids. |
t | Change this nested Iterable of Optional[EventTime] into a nested Iterable of corresponding Unix timestamps in milliseconds. |
Method Details
Property Details
Change this nested Iterable of Optional[EventTime] into a nested Iterable of corresponding UTC DateTimes.
Returns
Change this nested Iterable of Optional[EventTime] into a nested Iterable of their associated event ids.
Returns
Change this nested Iterable of Optional[EventTime] into a nested Iterable of corresponding Unix timestamps in milliseconds.
Returns
| Type | Description |
|---|
| NestedOptionI64Iterable | Nested iterable of millisecond timestamps since the Unix epoch for each EventTime, if available. |