CreateTimeSpan
Last updated
Last updated
Creates a timespan ,{@link java.time.Duration}
Argument | Type | Required | Description | Default |
---|---|---|---|---|
days
long
true
The number of days in the timespan
hours
long
true
The number of hours in the timespan
minutes
long
true
The number of minutes in the timespan
seconds
long
true
The number of seconds in the timespan
milliseconds
long
false
The number of milliseconds in the timespan
0