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