modin.pandas.DatetimeIndex.timetz¶
- property DatetimeIndex.timetz: NoReturn[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.47.0/src/snowflake/snowpark/modin/plugin/utils/error_message.py#L85-L94)¶
Returns the time part of the Timestamps with timezone.
- Return type:
An Index with the time part with timezone of the Timestamps.
Examples