Duration.toDaysPart

Extracts the number of days _in the 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 @since 9

class Duration
long
toDaysPart
()

Meta