woom.util.WoomDate.nanosecond

woom.util.WoomDate.nanosecond#

WoomDate.nanosecond#

Return the nanosecond of the Timestamp.

Returns:

The nanosecond of the Timestamp.

Return type:

int

See also

Timestamp.second

Return the second of the Timestamp.

Timestamp.microsecond

Return the microsecond of the Timestamp.

Examples

>>> ts = pd.Timestamp("2024-08-31 16:16:30.230400015")
>>> ts.nanosecond
15