| Modifier and Type | Method and Description |
|---|---|
static DateTime.DayOverflow |
DateTime.DayOverflow.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DateTime.DayOverflow[] |
DateTime.DayOverflow.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
DateTime |
DateTime.minus(java.lang.Integer aNumYears,
java.lang.Integer aNumMonths,
java.lang.Integer aNumDays,
java.lang.Integer aNumHours,
java.lang.Integer aNumMinutes,
java.lang.Integer aNumSeconds,
java.lang.Integer aNumNanoseconds,
DateTime.DayOverflow aDayOverflow)
Create a new DateTime by subtracting an interval to this one.
|
DateTime |
DateTime.plus(java.lang.Integer aNumYears,
java.lang.Integer aNumMonths,
java.lang.Integer aNumDays,
java.lang.Integer aNumHours,
java.lang.Integer aNumMinutes,
java.lang.Integer aNumSeconds,
java.lang.Integer aNumNanoseconds,
DateTime.DayOverflow aDayOverflow)
Create a new DateTime by adding an interval to this one.
|
Copyright © 2014. All Rights Reserved.