modin.pandas.DatetimeIndex.time¶
- property DatetimeIndex.time: Index[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.26.0/snowpark-python/src/snowflake/snowpark/modin/plugin/extensions/datetime_index.py#L684-L700)¶
Returns the time part of the Timestamps.
- Return type:
An Index with the time part of the Timestamps.
Examples