pandas.Timestamp.microsecond — pandas 3.0.0.dev0+2104.ge637b4290d documentation (original) (raw)
Timestamp.microsecond#
Return the microsecond of the Timestamp.
Returns:
int
The microsecond of the Timestamp.
Examples
ts = pd.Timestamp("2024-08-31 16:16:30.2304") ts.microsecond 230400