EventTimeIterable
Methods
Properties
| Property | Description |
|---|
dt | Change this Iterable of EventTime into an Iterable of corresponding UTC DateTimes. |
event_id | Change this Iterable of EventTime into an Iterable of their associated event ids. |
t | Change this Iterable of EventTime into an Iterable of corresponding Unix timestamps in milliseconds. |
Method Details
Property Details
Change this Iterable of EventTime into an Iterable of corresponding UTC DateTimes.
Returns
Change this Iterable of EventTime into an Iterable of their associated event ids.
Returns
| Type | Description |
|---|
| UsizeIterable | Iterable of event ids associated to each EventTime. |
Change this Iterable of EventTime into an Iterable of corresponding Unix timestamps in milliseconds.
Returns
| Type | Description |
|---|
| I64Iterable | Iterable of millisecond timestamps since the Unix epoch for each EventTime. |