Package | Description |
---|---|
com.apptus.esales.connector.report | |
com.apptus.esales.connector.time |
Modifier and Type | Field | Description |
---|---|---|
static TimelineType<Month> |
TimelineType.MONTH_OF_YEAR |
Modifier and Type | Method | Description |
---|---|---|
static Month |
Month.forStartOfQuarter(int quarter) |
Returns the starting month of a quarter.
|
static Month |
Month.fromCalendar(Calendar calendar) |
|
static Month |
Month.fromNumber(int number) |
|
Month |
CalendarDate.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 | Description |
---|---|---|
static TimeInterval |
TimeInterval.day(int year,
Month month,
int day) |
Convenience method for returning a time interval covering a complete
calendar day.
|
static TimeInterval |
TimeInterval.month(int year,
Month month) |
Convenience method for returning a time interval covering a complete
calendar month.
|
Constructor | Description |
---|---|
CalendarDate(Integer year,
Month month,
Integer day) |
Creates a new calendar date with the specified year, month and day.
|
Copyright © 2020 Apptus Technologies AB. All rights reserved.