TimeUnits enum

Units of measurement for time.

Fields

days

Represents a time in days (d). Literal value "days"

hours

Represents a time in hours (hr). Literal value "hours"

minutes

Represents a time in minutes (min). Literal value "minutes"

ms

Represents a time in milliseconds (ms). Literal value "ms"

seconds

Represents a time in seconds (s). Literal value "seconds"