Duration.this

Constructs an instance of {@code Duration} using seconds and nanoseconds.

@param seconds the length of the duration _in seconds, positive or negative @param nanos the nanoseconds within the second, from 0 to 999,999,999

class Duration
this
(
long seconds
,
int nanos
)

Meta