| Package | Description |
|---|---|
| de.galan.commons.time |
| Modifier and Type | Method and Description |
|---|---|
static Instants.WeekdayUnit |
Instants.friday() |
static Instants.WeekdayUnit |
Instants.monday() |
static Instants.WeekdayUnit |
Instants.saturday() |
static Instants.WeekdayUnit |
Instants.sunday() |
static Instants.WeekdayUnit |
Instants.thursday() |
static Instants.WeekdayUnit |
Instants.tuesday() |
static Instants.WeekdayUnit |
Instants.WeekdayUnit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Instants.WeekdayUnit[] |
Instants.WeekdayUnit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static Instants.WeekdayUnit |
Instants.wednesday() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Times.TimeBuilder.isWeekday(Instants.WeekdayUnit weekday) |
boolean |
Times.TimeBuilder.isWeekday(Instants.WeekdayUnit weekday,
ZoneId zone) |
Instants.InstantBuilder |
Instants.InstantBuilder.next(Instants.WeekdayUnit unit) |
Instants.InstantBuilder |
Instants.InstantBuilder.previous(Instants.WeekdayUnit unit) |
Copyright © 2017. All rights reserved.