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