pandas.Timestamp.microsecond#

Timestamp.microsecond#

Return the microsecond of the Timestamp.

Returns:
int

The microsecond of the Timestamp.

See also

Timestamp.second

Return the second of the Timestamp.

Timestamp.minute

Return the minute of the Timestamp.

Examples

>>> ts = pd.Timestamp("2024-08-31 16:16:30.2304")
>>> ts.microsecond
230400