| Package | Description |
|---|---|
| com.devexperts.util |
Provides general utility classes.
|
| Modifier and Type | Field and Description |
|---|---|
static TimePeriod |
TimePeriod.UNLIMITED
Time-period of "infinity" (time of
Long.MAX_VALUE). |
static TimePeriod |
TimePeriod.ZERO
Time-period of zero.
|
| Modifier and Type | Method and Description |
|---|---|
static TimePeriod |
TimePeriod.valueOf(long value)
Returns
TimePeriod with value milliseconds. |
static TimePeriod |
TimePeriod.valueOf(String value)
Returns
TimePeriod represented with a given string. |
static TimePeriod |
TimePeriod.valueOf(String value,
TimePeriod defaultValue)
Returns
TimePeriod represented with a given string. |
| Modifier and Type | Method and Description |
|---|---|
static TimePeriod |
TimePeriod.valueOf(String value,
TimePeriod defaultValue)
Returns
TimePeriod represented with a given string. |
Copyright © 2002–2025 Devexperts LLC. All rights reserved.