-
-
Field Summary
Fields Modifier and Type Fields Description static String
MICROSECONDS
Unit for microseconds.static String
MILLISECONDS
Unit for milliseconds.static String
NANOSECONDS
Unit for nanoseconds.static String
SECONDS
Unit for seconds.static String
TICKS
Unit for ticks.
-
-
-
Field Detail
-
TICKS
static final String TICKS
Unit for ticks.
-
-
-
SECONDS
static final String SECONDS
Unit for seconds.
-
-
-
MILLISECONDS
static final String MILLISECONDS
Unit for milliseconds.
-
-
-
NANOSECONDS
static final String NANOSECONDS
Unit for nanoseconds.
-
-
-
MICROSECONDS
static final String MICROSECONDS
Unit for microseconds.
-
-
Element Detail
-
value
String value
Returns the unit of measure for the time span.By default, the unit is nanoseconds.
- Returns:
- the time span unit, default
#NANOSECONDS
, notnull
- Default:
- "NANOSECONDS"
-
-