public static enum CSAppUtils.DateComapareType extends Enum<CSAppUtils.DateComapareType>
| Enum Constant and Description |
|---|
DAY
Day date comapare type.
|
HOURS
Hours date comapare type.
|
MINUTES
Minutes date comapare type.
|
SECONDS
Seconds date comapare type.
|
WEEK
Week date comapare type.
|
| Modifier and Type | Method and Description |
|---|---|
static CSAppUtils.DateComapareType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CSAppUtils.DateComapareType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CSAppUtils.DateComapareType WEEK
public static final CSAppUtils.DateComapareType DAY
public static final CSAppUtils.DateComapareType HOURS
public static final CSAppUtils.DateComapareType MINUTES
public static final CSAppUtils.DateComapareType SECONDS
public static CSAppUtils.DateComapareType[] values()
for (CSAppUtils.DateComapareType c : CSAppUtils.DateComapareType.values()) System.out.println(c);
public static CSAppUtils.DateComapareType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2021 Contentstack.. All rights reserved.