modin.pandas.DatetimeIndex.microsecond¶
- property DatetimeIndex.microsecond: Index[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.26.0/snowpark-python/src/snowflake/snowpark/modin/plugin/extensions/datetime_index.py#L389-L408)¶
The microseconds of the datetime.
- Return type:
An Index with the microseconds of the datetime.
Examples