| Package | Description |
|---|---|
| com.apptus.esales.connector.report | |
| com.apptus.esales.connector.time |
| Modifier and Type | Field | Description |
|---|---|---|
static TimelineType<Weekday> |
TimelineType.DAY_IN_WEEK |
| Modifier and Type | Method | Description |
|---|---|---|
Weekday |
WeekDate.dayOfWeek() |
|
static Weekday |
Weekday.fromCalendar(Calendar calendar) |
|
static Weekday |
Weekday.fromNumber(int number) |
|
static Weekday |
Weekday.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static Weekday[] |
Weekday.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor | Description |
|---|---|
WeekDate(Integer year,
Integer week,
Weekday dayOfWeek) |
Creates a new week date with the specified year, week and day of week.
|
Copyright © 2021 Apptus Technologies AB. All rights reserved.