Package | Description |
---|---|
net.sf.mmm.util.date.api |
Provides the API for utilities that help to deal with date and time.
|
Modifier and Type | Method and Description |
---|---|
static Month |
Month.fromDate(Date date)
This method gets the
Month from the given date . |
static Month |
Month.fromValue(Integer value)
This method gets the
DateUnit for the given value . |
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.
|
Copyright © 2001–2016 mmm-Team. All rights reserved.