blob: 2f337579d30cacc38cc70b53c7d3875b1ea17989 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_252) on Sun Apr 26 20:47:06 PDT 2020 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class org.threeten.extra.chrono.HybridDate (ORC Core 1.6.3 API)</title>
<meta name="date" content="2020-04-26">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.threeten.extra.chrono.HybridDate (ORC Core 1.6.3 API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../org/threeten/extra/chrono/HybridDate.html" title="class in org.threeten.extra.chrono">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../../../../../overview-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/threeten/extra/chrono/class-use/HybridDate.html" target="_top">Frames</a></li>
<li><a href="HybridDate.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class org.threeten.extra.chrono.HybridDate" class="title">Uses of Class<br>org.threeten.extra.chrono.HybridDate</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../../org/threeten/extra/chrono/HybridDate.html" title="class in org.threeten.extra.chrono">HybridDate</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#org.threeten.extra.chrono">org.threeten.extra.chrono</a></td>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.threeten.extra.chrono">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/threeten/extra/chrono/HybridDate.html" title="class in org.threeten.extra.chrono">HybridDate</a> in <a href="../../../../../org/threeten/extra/chrono/package-summary.html">org.threeten.extra.chrono</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/threeten/extra/chrono/package-summary.html">org.threeten.extra.chrono</a> that return <a href="../../../../../org/threeten/extra/chrono/HybridDate.html" title="class in org.threeten.extra.chrono">HybridDate</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/threeten/extra/chrono/HybridDate.html" title="class in org.threeten.extra.chrono">HybridDate</a></code></td>
<td class="colLast"><span class="typeNameLabel">HybridChronology.</span><code><span class="memberNameLink"><a href="../../../../../org/threeten/extra/chrono/HybridChronology.html#date-java.time.chrono.Era-int-int-int-">date</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/time/chrono/Era.html?is-external=true" title="class or interface in java.time.chrono">Era</a>&nbsp;era,
int&nbsp;yearOfEra,
int&nbsp;month,
int&nbsp;dayOfMonth)</code>
<div class="block">Obtains a local date in British Cutover calendar system from the
era, year-of-era, month-of-year and day-of-month fields.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/threeten/extra/chrono/HybridDate.html" title="class in org.threeten.extra.chrono">HybridDate</a></code></td>
<td class="colLast"><span class="typeNameLabel">HybridChronology.</span><code><span class="memberNameLink"><a href="../../../../../org/threeten/extra/chrono/HybridChronology.html#date-int-int-int-">date</a></span>(int&nbsp;prolepticYear,
int&nbsp;month,
int&nbsp;dayOfMonth)</code>
<div class="block">Obtains a local date in British Cutover calendar system from the
proleptic-year, month-of-year and day-of-month fields.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/threeten/extra/chrono/HybridDate.html" title="class in org.threeten.extra.chrono">HybridDate</a></code></td>
<td class="colLast"><span class="typeNameLabel">HybridChronology.</span><code><span class="memberNameLink"><a href="../../../../../org/threeten/extra/chrono/HybridChronology.html#date-java.time.temporal.TemporalAccessor-">date</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/time/temporal/TemporalAccessor.html?is-external=true" title="class or interface in java.time.temporal">TemporalAccessor</a>&nbsp;temporal)</code>
<div class="block">Obtains a British Cutover local date from another date-time object.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/threeten/extra/chrono/HybridDate.html" title="class in org.threeten.extra.chrono">HybridDate</a></code></td>
<td class="colLast"><span class="typeNameLabel">HybridChronology.</span><code><span class="memberNameLink"><a href="../../../../../org/threeten/extra/chrono/HybridChronology.html#dateEpochDay-long-">dateEpochDay</a></span>(long&nbsp;epochDay)</code>
<div class="block">Obtains a local date in the British Cutover calendar system from the epoch-day.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/threeten/extra/chrono/HybridDate.html" title="class in org.threeten.extra.chrono">HybridDate</a></code></td>
<td class="colLast"><span class="typeNameLabel">HybridChronology.</span><code><span class="memberNameLink"><a href="../../../../../org/threeten/extra/chrono/HybridChronology.html#dateNow--">dateNow</a></span>()</code>
<div class="block">Obtains the current British Cutover local date from the system clock in the default time-zone.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/threeten/extra/chrono/HybridDate.html" title="class in org.threeten.extra.chrono">HybridDate</a></code></td>
<td class="colLast"><span class="typeNameLabel">HybridChronology.</span><code><span class="memberNameLink"><a href="../../../../../org/threeten/extra/chrono/HybridChronology.html#dateNow-java.time.Clock-">dateNow</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/time/Clock.html?is-external=true" title="class or interface in java.time">Clock</a>&nbsp;clock)</code>
<div class="block">Obtains the current British Cutover local date from the specified clock.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/threeten/extra/chrono/HybridDate.html" title="class in org.threeten.extra.chrono">HybridDate</a></code></td>
<td class="colLast"><span class="typeNameLabel">HybridChronology.</span><code><span class="memberNameLink"><a href="../../../../../org/threeten/extra/chrono/HybridChronology.html#dateNow-java.time.ZoneId-">dateNow</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/time/ZoneId.html?is-external=true" title="class or interface in java.time">ZoneId</a>&nbsp;zone)</code>
<div class="block">Obtains the current British Cutover local date from the system clock in the specified time-zone.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/threeten/extra/chrono/HybridDate.html" title="class in org.threeten.extra.chrono">HybridDate</a></code></td>
<td class="colLast"><span class="typeNameLabel">HybridChronology.</span><code><span class="memberNameLink"><a href="../../../../../org/threeten/extra/chrono/HybridChronology.html#dateYearDay-java.time.chrono.Era-int-int-">dateYearDay</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/time/chrono/Era.html?is-external=true" title="class or interface in java.time.chrono">Era</a>&nbsp;era,
int&nbsp;yearOfEra,
int&nbsp;dayOfYear)</code>
<div class="block">Obtains a local date in British Cutover calendar system from the
era, year-of-era and day-of-year fields.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/threeten/extra/chrono/HybridDate.html" title="class in org.threeten.extra.chrono">HybridDate</a></code></td>
<td class="colLast"><span class="typeNameLabel">HybridChronology.</span><code><span class="memberNameLink"><a href="../../../../../org/threeten/extra/chrono/HybridChronology.html#dateYearDay-int-int-">dateYearDay</a></span>(int&nbsp;prolepticYear,
int&nbsp;dayOfYear)</code>
<div class="block">Obtains a local date in British Cutover calendar system from the
proleptic-year and day-of-year fields.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../org/threeten/extra/chrono/HybridDate.html" title="class in org.threeten.extra.chrono">HybridDate</a></code></td>
<td class="colLast"><span class="typeNameLabel">HybridDate.</span><code><span class="memberNameLink"><a href="../../../../../org/threeten/extra/chrono/HybridDate.html#from-java.time.temporal.TemporalAccessor-">from</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/time/temporal/TemporalAccessor.html?is-external=true" title="class or interface in java.time.temporal">TemporalAccessor</a>&nbsp;temporal)</code>
<div class="block">Obtains a <code>HybridDate</code> from a temporal object.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/threeten/extra/chrono/HybridDate.html" title="class in org.threeten.extra.chrono">HybridDate</a></code></td>
<td class="colLast"><span class="typeNameLabel">HybridDate.</span><code><span class="memberNameLink"><a href="../../../../../org/threeten/extra/chrono/HybridDate.html#minus-long-java.time.temporal.TemporalUnit-">minus</a></span>(long&nbsp;amountToSubtract,
<a href="http://docs.oracle.com/javase/8/docs/api/java/time/temporal/TemporalUnit.html?is-external=true" title="class or interface in java.time.temporal">TemporalUnit</a>&nbsp;unit)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/threeten/extra/chrono/HybridDate.html" title="class in org.threeten.extra.chrono">HybridDate</a></code></td>
<td class="colLast"><span class="typeNameLabel">HybridDate.</span><code><span class="memberNameLink"><a href="../../../../../org/threeten/extra/chrono/HybridDate.html#minus-java.time.temporal.TemporalAmount-">minus</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/time/temporal/TemporalAmount.html?is-external=true" title="class or interface in java.time.temporal">TemporalAmount</a>&nbsp;amount)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../org/threeten/extra/chrono/HybridDate.html" title="class in org.threeten.extra.chrono">HybridDate</a></code></td>
<td class="colLast"><span class="typeNameLabel">HybridDate.</span><code><span class="memberNameLink"><a href="../../../../../org/threeten/extra/chrono/HybridDate.html#now--">now</a></span>()</code>
<div class="block">Obtains the current <code>HybridDate</code> from the system clock in the default time-zone.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../org/threeten/extra/chrono/HybridDate.html" title="class in org.threeten.extra.chrono">HybridDate</a></code></td>
<td class="colLast"><span class="typeNameLabel">HybridDate.</span><code><span class="memberNameLink"><a href="../../../../../org/threeten/extra/chrono/HybridDate.html#now-java.time.Clock-">now</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/time/Clock.html?is-external=true" title="class or interface in java.time">Clock</a>&nbsp;clock)</code>
<div class="block">Obtains the current <code>HybridDate</code> from the specified clock.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../org/threeten/extra/chrono/HybridDate.html" title="class in org.threeten.extra.chrono">HybridDate</a></code></td>
<td class="colLast"><span class="typeNameLabel">HybridDate.</span><code><span class="memberNameLink"><a href="../../../../../org/threeten/extra/chrono/HybridDate.html#now-java.time.ZoneId-">now</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/time/ZoneId.html?is-external=true" title="class or interface in java.time">ZoneId</a>&nbsp;zone)</code>
<div class="block">Obtains the current <code>HybridDate</code> from the system clock in the specified time-zone.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../org/threeten/extra/chrono/HybridDate.html" title="class in org.threeten.extra.chrono">HybridDate</a></code></td>
<td class="colLast"><span class="typeNameLabel">HybridDate.</span><code><span class="memberNameLink"><a href="../../../../../org/threeten/extra/chrono/HybridDate.html#of-int-int-int-">of</a></span>(int&nbsp;prolepticYear,
int&nbsp;month,
int&nbsp;dayOfMonth)</code>
<div class="block">Obtains a <code>HybridDate</code> representing a date in the British Cutover calendar
system from the proleptic-year, month-of-year and day-of-month fields.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/threeten/extra/chrono/HybridDate.html" title="class in org.threeten.extra.chrono">HybridDate</a></code></td>
<td class="colLast"><span class="typeNameLabel">HybridDate.</span><code><span class="memberNameLink"><a href="../../../../../org/threeten/extra/chrono/HybridDate.html#plus-long-java.time.temporal.TemporalUnit-">plus</a></span>(long&nbsp;amountToAdd,
<a href="http://docs.oracle.com/javase/8/docs/api/java/time/temporal/TemporalUnit.html?is-external=true" title="class or interface in java.time.temporal">TemporalUnit</a>&nbsp;unit)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/threeten/extra/chrono/HybridDate.html" title="class in org.threeten.extra.chrono">HybridDate</a></code></td>
<td class="colLast"><span class="typeNameLabel">HybridDate.</span><code><span class="memberNameLink"><a href="../../../../../org/threeten/extra/chrono/HybridDate.html#plus-java.time.temporal.TemporalAmount-">plus</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/time/temporal/TemporalAmount.html?is-external=true" title="class or interface in java.time.temporal">TemporalAmount</a>&nbsp;amount)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/threeten/extra/chrono/HybridDate.html" title="class in org.threeten.extra.chrono">HybridDate</a></code></td>
<td class="colLast"><span class="typeNameLabel">HybridChronology.</span><code><span class="memberNameLink"><a href="../../../../../org/threeten/extra/chrono/HybridChronology.html#resolveDate-java.util.Map-java.time.format.ResolverStyle-">resolveDate</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/time/temporal/TemporalField.html?is-external=true" title="class or interface in java.time.temporal">TemporalField</a>,<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang">Long</a>&gt;&nbsp;fieldValues,
<a href="http://docs.oracle.com/javase/8/docs/api/java/time/format/ResolverStyle.html?is-external=true" title="class or interface in java.time.format">ResolverStyle</a>&nbsp;resolverStyle)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/threeten/extra/chrono/HybridDate.html" title="class in org.threeten.extra.chrono">HybridDate</a></code></td>
<td class="colLast"><span class="typeNameLabel">HybridDate.</span><code><span class="memberNameLink"><a href="../../../../../org/threeten/extra/chrono/HybridDate.html#with-java.time.temporal.TemporalAdjuster-">with</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/time/temporal/TemporalAdjuster.html?is-external=true" title="class or interface in java.time.temporal">TemporalAdjuster</a>&nbsp;adjuster)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/threeten/extra/chrono/HybridDate.html" title="class in org.threeten.extra.chrono">HybridDate</a></code></td>
<td class="colLast"><span class="typeNameLabel">HybridDate.</span><code><span class="memberNameLink"><a href="../../../../../org/threeten/extra/chrono/HybridDate.html#with-java.time.temporal.TemporalField-long-">with</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/time/temporal/TemporalField.html?is-external=true" title="class or interface in java.time.temporal">TemporalField</a>&nbsp;field,
long&nbsp;newValue)</code>&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/threeten/extra/chrono/package-summary.html">org.threeten.extra.chrono</a> that return types with arguments of type <a href="../../../../../org/threeten/extra/chrono/HybridDate.html" title="class in org.threeten.extra.chrono">HybridDate</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/8/docs/api/java/time/chrono/ChronoLocalDateTime.html?is-external=true" title="class or interface in java.time.chrono">ChronoLocalDateTime</a>&lt;<a href="../../../../../org/threeten/extra/chrono/HybridDate.html" title="class in org.threeten.extra.chrono">HybridDate</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">HybridDate.</span><code><span class="memberNameLink"><a href="../../../../../org/threeten/extra/chrono/HybridDate.html#atTime-java.time.LocalTime-">atTime</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/time/LocalTime.html?is-external=true" title="class or interface in java.time">LocalTime</a>&nbsp;localTime)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/8/docs/api/java/time/chrono/ChronoLocalDateTime.html?is-external=true" title="class or interface in java.time.chrono">ChronoLocalDateTime</a>&lt;<a href="../../../../../org/threeten/extra/chrono/HybridDate.html" title="class in org.threeten.extra.chrono">HybridDate</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">HybridChronology.</span><code><span class="memberNameLink"><a href="../../../../../org/threeten/extra/chrono/HybridChronology.html#localDateTime-java.time.temporal.TemporalAccessor-">localDateTime</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/time/temporal/TemporalAccessor.html?is-external=true" title="class or interface in java.time.temporal">TemporalAccessor</a>&nbsp;temporal)</code>
<div class="block">Obtains a British Cutover local date-time from another date-time object.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/8/docs/api/java/time/chrono/ChronoZonedDateTime.html?is-external=true" title="class or interface in java.time.chrono">ChronoZonedDateTime</a>&lt;<a href="../../../../../org/threeten/extra/chrono/HybridDate.html" title="class in org.threeten.extra.chrono">HybridDate</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">HybridChronology.</span><code><span class="memberNameLink"><a href="../../../../../org/threeten/extra/chrono/HybridChronology.html#zonedDateTime-java.time.Instant-java.time.ZoneId-">zonedDateTime</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/time/Instant.html?is-external=true" title="class or interface in java.time">Instant</a>&nbsp;instant,
<a href="http://docs.oracle.com/javase/8/docs/api/java/time/ZoneId.html?is-external=true" title="class or interface in java.time">ZoneId</a>&nbsp;zone)</code>
<div class="block">Obtains a British Cutover zoned date-time in this chronology from an <code>Instant</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/8/docs/api/java/time/chrono/ChronoZonedDateTime.html?is-external=true" title="class or interface in java.time.chrono">ChronoZonedDateTime</a>&lt;<a href="../../../../../org/threeten/extra/chrono/HybridDate.html" title="class in org.threeten.extra.chrono">HybridDate</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">HybridChronology.</span><code><span class="memberNameLink"><a href="../../../../../org/threeten/extra/chrono/HybridChronology.html#zonedDateTime-java.time.temporal.TemporalAccessor-">zonedDateTime</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/time/temporal/TemporalAccessor.html?is-external=true" title="class or interface in java.time.temporal">TemporalAccessor</a>&nbsp;temporal)</code>
<div class="block">Obtains a British Cutover zoned date-time from another date-time object.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../org/threeten/extra/chrono/HybridDate.html" title="class in org.threeten.extra.chrono">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../../../../../overview-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/threeten/extra/chrono/class-use/HybridDate.html" target="_top">Frames</a></li>
<li><a href="HybridDate.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2013&#x2013;2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
</body>
</html>