OptionEventTimeIterable
Methods
Properties
| Property | Description |
|---|
dt | Change this Iterable of Optional[EventTime] into an Iterable of corresponding UTC DateTimes. |
event_id | Change this Iterable of Optional[EventTime] into an Iterable of their associated event ids. |
t | Change this Iterable of Optional[EventTime] into an Iterable of corresponding Unix timestamps in milliseconds. |
Method Details
Property Details
Change this Iterable of Optional[EventTime] into an Iterable of corresponding UTC DateTimes.
Returns
Change this Iterable of Optional[EventTime] into an Iterable of their associated event ids.
Returns
| Type | Description |
|---|
| OptionUsizeIterable | Iterable of event ids associated to each EventTime, if available. |
Change this Iterable of Optional[EventTime] into an Iterable of corresponding Unix timestamps in milliseconds.
Returns
| Type | Description |
|---|
| OptionI64Iterable | Iterable of millisecond timestamps since the Unix epoch for each EventTime, if available. |