| Package | Description |
|---|---|
| com.enterprisemath.utils |
| Modifier and Type | Method and Description |
|---|---|
static Month |
Dates.getMonth(Date date)
Returns month.
|
static Month |
Month.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Month[] |
Month.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Date |
Dates.createDate(int year,
Month month,
int day)
Creates date according the Gregorian calendar input.
|
static Date |
Dates.createTime(int year,
Month month,
int day,
int hour,
int minute,
int second)
Creates time according the Gregorian calendar input.
|
static Date |
Dates.createTime(int year,
Month month,
int day,
int hour,
int minute,
int second,
int millisecond)
Creates time according the Gregorian calendar input.
|
Copyright © 2016. All rights reserved.