Duration.toDays

Gets the number of days _in this duration. !(p) This returns the total number of days _in the duration by dividing the number of seconds by 86400. This is based on the standard definition of a day as 24 hours. !(p) This instance is immutable and unaffected by this method call.

@return the number of days _in the duration, may be negative

class Duration
long
toDays
()

Meta