public class TimeUnitMeasure extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
H |
static String |
HOURS |
static String |
M |
static String |
MILLISECONDS |
static String |
MINUTES |
static String |
MS |
static String |
S |
static String |
SECONDS |
| Constructor and Description |
|---|
TimeUnitMeasure() |
| Modifier and Type | Method and Description |
|---|---|
static long |
getHours() |
static long |
getMilliseconds() |
static long |
getMinutes() |
static long |
getSeconds() |
public static final String HOURS
public static final String MINUTES
public static final String SECONDS
public static final String MILLISECONDS
public static final String H
public static final String M
public static final String S
public static final String MS
Copyright © 2024. All rights reserved.