| Constructor and Description |
|---|
Time()
create with default date time format information
|
Time(org.gwtproject.i18n.shared.cldr.DateTimeFormatInfo dateTimeFormatInfo)
create with date time format information
|
Time(int hour,
int minute,
DayPeriod dayPeriod) |
Time(int hour,
int minute,
DayPeriod dayPeriod,
org.gwtproject.i18n.shared.cldr.DateTimeFormatInfo dateTimeFormatInfo) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
DayPeriod |
getDayPeriod() |
int |
getHour() |
int |
getMinute() |
int |
hashCode() |
void |
setDayPeriod(DayPeriod dayPeriod) |
void |
setHour(int hour) |
void |
setMinute(int minute) |
public Time()
DateTimeFormatInfo_factorypublic Time(org.gwtproject.i18n.shared.cldr.DateTimeFormatInfo dateTimeFormatInfo)
dateTimeFormatInfo - DateTimeFormatInfopublic Time(int hour,
int minute,
DayPeriod dayPeriod)
hour - intminute - intdayPeriod - DayPeriodCopyright © 2019–2022 Dominokit. All rights reserved.