| Package | Description |
|---|---|
| org.dominokit.domino.ui.timepicker |
| Modifier and Type | Method and Description |
|---|---|
DayPeriod |
Time.getDayPeriod() |
static DayPeriod |
DayPeriod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DayPeriod[] |
DayPeriod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Time.setDayPeriod(DayPeriod dayPeriod) |
| Constructor and Description |
|---|
Time(int hour,
int minute,
DayPeriod dayPeriod) |
Time(int hour,
int minute,
DayPeriod dayPeriod,
org.gwtproject.i18n.shared.cldr.DateTimeFormatInfo dateTimeFormatInfo) |
Copyright © 2019–2022 Dominokit. All rights reserved.