| Package | Description |
|---|---|
| net.csdn.common.settings | |
| net.csdn.common.unit |
| Modifier and Type | Method and Description |
|---|---|
TimeValue |
ImmutableSettings.getAsTime(String setting,
TimeValue defaultValue) |
TimeValue |
Settings.getAsTime(String setting,
TimeValue defaultValue)
Returns the setting value (as time) associated with the setting key.
|
| Modifier and Type | Method and Description |
|---|---|
TimeValue |
ImmutableSettings.getAsTime(String setting,
TimeValue defaultValue) |
TimeValue |
Settings.getAsTime(String setting,
TimeValue defaultValue)
Returns the setting value (as time) associated with the setting key.
|
| Modifier and Type | Method and Description |
|---|---|
static TimeValue |
TimeValue.parseTimeValue(String sValue) |
static TimeValue |
TimeValue.parseTimeValue(String sValue,
TimeValue defaultValue) |
static TimeValue |
TimeValue.timeValueHours(long hours) |
static TimeValue |
TimeValue.timeValueMillis(long millis) |
static TimeValue |
TimeValue.timeValueMinutes(long minutes) |
static TimeValue |
TimeValue.timeValueSeconds(long seconds) |
| Modifier and Type | Method and Description |
|---|---|
static TimeValue |
TimeValue.parseTimeValue(String sValue,
TimeValue defaultValue) |
Copyright © 2022. All rights reserved.