public enum TimespanPrecision extends java.lang.Enum<TimespanPrecision>
Enum Constant and Description |
---|
DAY |
HOUR |
MINUTE |
MONTH |
SECOND |
YEAR |
Modifier and Type | Method and Description |
---|---|
int |
getCalendarField() |
java.util.Date |
normalize(java.util.Date d) |
static TimespanPrecision |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TimespanPrecision[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TimespanPrecision SECOND
public static final TimespanPrecision MINUTE
public static final TimespanPrecision HOUR
public static final TimespanPrecision DAY
public static final TimespanPrecision MONTH
public static final TimespanPrecision YEAR
public static TimespanPrecision[] values()
for (TimespanPrecision c : TimespanPrecision.values()) System.out.println(c);
public static TimespanPrecision valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.util.Date normalize(java.util.Date d)
public int getCalendarField()
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.