pandas.tseries.offsets.Milli.nanos#

Milli.nanos#

Returns an integer of the total number of nanoseconds.

This property converts the offset duration to nanoseconds for precise time calculations.

See also

tseries.offsets.Hour.nanos

Returns an integer of the total number of nanoseconds.

tseries.offsets.Day.nanos

Returns an integer of the total number of nanoseconds.

Examples

>>> pd.offsets.Hour(5).nanos
18000000000000