CreateTimeSpan

Creates a timespan ,{@link java.time.Duration}

Method Signature

CreateTimeSpan(days=[long], hours=[long], minutes=[long], seconds=[long], milliseconds=[long])

Arguments

ArgumentTypeRequiredDescriptionDefault

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

Last updated

Logo

Copyright & Register Trademark by Ortus Solutions, Corp & Ortus Software, LLC