Returns a duration in days.
print(5.days()); // Output: 120:00:00.000000
Duration days([int value = 0]) => validate(value).days();