CreateTimeSpan
Creates a timespan ,{@link java.time.Duration}
Method Signature
Arguments
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
Examples
Related
Last updated