pandas.tseries.offsets.Day.nanos#

Day.nanos#

Returns an integer of the total number of nanoseconds.

This property converts the Day offset duration to nanoseconds, for precise calculation.

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