Finite Duration

The format of a Finite Duration is "<length><unit>", where:

  • White space is allowed between the parts.

  • Length is a positive integer without the "+" sign.

  • Valid possible units are described in the below table:

Unit Short name Long names

DAYS

d

day days

HOURS

h

hour hours

MINUTES

m

min mins minute minutes

SECONDS

s

sec secs second seconds

MILLISECONDS

ms

milli millis millisecond milliseconds

For example, 10 seconds will be written as "10 s", "10s", "10 sec" or "10 seconds".