Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MenoData/Time4J
/ of
Method
of
base/src/main/java/net/time4j/DayPeriod.java:154–158 ·
view source on GitHub ↗
(Locale locale)
Source
from the content-addressed store, hash-verified
152
* @since 3.13/4.10
153
*/
154
public
static
DayPeriod of(Locale locale) {
155
156
return
DayPeriod.of(locale, CalendarText.ISO_CALENDAR_TYPE);
157
158
}
159
160
/**
161
* <p>Creates an instance based on user-defined data. </p>
Callers
15
roundTripOfDayPeriodElements
Method · 0.95
dayPeriodNotSerializable
Method · 0.95
displayMidnight
Method · 0.95
displayMorning
Method · 0.95
displayNoon
Method · 0.95
displayAfternoon
Method · 0.95
displayEvening
Method · 0.95
displayNight
Method · 0.95
startEndForMidnight
Method · 0.95
startEndForNight1
Method · 0.95
startEndForMorning
Method · 0.95
startEndForNoon
Method · 0.95
Calls
14
midnightAtStartOfDay
Method · 0.95
loadTextForms
Method · 0.95
accept
Method · 0.95
plus
Method · 0.95
keySet
Method · 0.80
isEmpty
Method · 0.65
getHour
Method · 0.65
get
Method · 0.65
put
Method · 0.45
remove
Method · 0.45
iterator
Method · 0.45
hasNext
Method · 0.45
Tested by
15
roundTripOfDayPeriodElements
Method · 0.76
dayPeriodNotSerializable
Method · 0.76
displayMidnight
Method · 0.76
displayMorning
Method · 0.76
displayNoon
Method · 0.76
displayAfternoon
Method · 0.76
displayEvening
Method · 0.76
displayNight
Method · 0.76
startEndForMidnight
Method · 0.76
startEndForNight1
Method · 0.76
startEndForMorning
Method · 0.76
startEndForNoon
Method · 0.76