Difference between two datetime values.
x.__init__(...) initializes x; see help(type(x)) for signature
Methods
total_seconds | Total seconds in the duration. |
Attributes
days | Number of days. |
max | |
microseconds | Number of microseconds (>= 0 and less than 1 second). |
min | |
resolution | |
seconds | Number of seconds (>= 0 and less than 1 day). |
Total seconds in the duration.
Number of days.
Number of microseconds (>= 0 and less than 1 second).
Number of seconds (>= 0 and less than 1 day).