MCPcopy Create free account
hub / github.com/apache/orc / of

Method of

java/core/src/java/org/threeten/extra/chrono/HybridDate.java:140–142  ·  view source on GitHub ↗

Obtains a HybridDate representing a date in the British Cutover calendar system from the proleptic-year, month-of-year and day-of-month fields. This returns a HybridDate with the specified fields. Dates in the middle of the cutover gap, such as the 10th September 1752, will n

(int prolepticYear, int month, int dayOfMonth)

Source from the content-addressed store, hash-verified

138 * or if the day-of-month is invalid for the month-year
139 */
140 public static HybridDate of(int prolepticYear, int month, int dayOfMonth) {
141 return HybridDate.create(prolepticYear, month, dayOfMonth);
142 }
143
144 /**
145 * Obtains a {@code HybridDate} from a temporal object.

Callers 15

dateMethod · 0.95
testDateTypeSupportMethod · 0.80
mainMethod · 0.80
ZeroCopyAdapterClass · 0.80
dataMethod · 0.80
dataMethod · 0.80
dataMethod · 0.80
dataMethod · 0.80
dataMethod · 0.80
dataMethod · 0.80

Calls 1

createMethod · 0.95

Tested by 15

testDateTypeSupportMethod · 0.64
dataMethod · 0.64
dataMethod · 0.64
dataMethod · 0.64
dataMethod · 0.64
dataMethod · 0.64
dataMethod · 0.64
dataMethod · 0.64
dataMethod · 0.64
dataMethod · 0.64
dataMethod · 0.64