woom.util.WoomDate.microsecond

woom.util.WoomDate.microsecond#

WoomDate.microsecond#

Return the microsecond of the Timestamp.

Returns:

The microsecond of the Timestamp.

Return type:

int

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