348 lines
73 KiB
HTML
348 lines
73 KiB
HTML
|
<!DOCTYPE html>
|
|||
|
<html lang="en">
|
|||
|
<head>
|
|||
|
<meta charset="utf-8">
|
|||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|||
|
<meta name="generator" content="rustdoc">
|
|||
|
<meta name="description" content="API documentation for the Rust `Date` struct in crate `chrono`.">
|
|||
|
<meta name="keywords" content="rust, rustlang, rust-lang, Date">
|
|||
|
|
|||
|
<title>chrono::Date - Rust</title>
|
|||
|
|
|||
|
<link rel="stylesheet" type="text/css" href="../normalize.css">
|
|||
|
<link rel="stylesheet" type="text/css" href="../rustdoc.css" id="mainThemeStyle">
|
|||
|
|
|||
|
<link rel="stylesheet" type="text/css" href="../dark.css">
|
|||
|
<link rel="stylesheet" type="text/css" href="../main.css" id="themeStyle">
|
|||
|
<script src="../storage.js"></script>
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
</head>
|
|||
|
<body class="rustdoc struct">
|
|||
|
<!--[if lte IE 8]>
|
|||
|
<div class="warning">
|
|||
|
This old browser is unsupported and will most likely display funky
|
|||
|
things.
|
|||
|
</div>
|
|||
|
<![endif]-->
|
|||
|
|
|||
|
|
|||
|
|
|||
|
<nav class="sidebar">
|
|||
|
<div class="sidebar-menu">☰</div>
|
|||
|
|
|||
|
<p class='location'>Struct Date</p><div class="sidebar-elems"><div class="block items"><a class="sidebar-title" href="#methods">Methods</a><div class="sidebar-links"><a href="#method.from_utc">from_utc</a><a href="#method.and_time">and_time</a><a href="#method.and_hms">and_hms</a><a href="#method.and_hms_opt">and_hms_opt</a><a href="#method.and_hms_milli">and_hms_milli</a><a href="#method.and_hms_milli_opt">and_hms_milli_opt</a><a href="#method.and_hms_micro">and_hms_micro</a><a href="#method.and_hms_micro_opt">and_hms_micro_opt</a><a href="#method.and_hms_nano">and_hms_nano</a><a href="#method.and_hms_nano_opt">and_hms_nano_opt</a><a href="#method.succ">succ</a><a href="#method.succ_opt">succ_opt</a><a href="#method.pred">pred</a><a href="#method.pred_opt">pred_opt</a><a href="#method.offset">offset</a><a href="#method.timezone">timezone</a><a href="#method.with_timezone">with_timezone</a><a href="#method.checked_add_signed">checked_add_signed</a><a href="#method.checked_sub_signed">checked_sub_signed</a><a href="#method.signed_duration_since">signed_duration_since</a><a href="#method.naive_utc">naive_utc</a><a href="#method.naive_local">naive_local</a><a href="#method.format_with_items">format_with_items</a><a href="#method.format">format</a></div><a class="sidebar-title" href="#implementations">Trait Implementations</a><div class="sidebar-links"><a href="#impl-Clone">Clone</a><a href="#impl-Datelike">Datelike</a><a href="#impl-Copy">Copy</a><a href="#impl-Send">Send</a><a href="#impl-PartialEq%3CDate%3CTz2%3E%3E">PartialEq<Date<Tz2>></a><a href="#impl-Eq">Eq</a><a href="#impl-PartialOrd">PartialOrd</a><a href="#impl-Ord">Ord</a><a href="#impl-Hash">Hash</a><a href="#impl-Add%3COldDuration%3E">Add<OldDuration></a><a href="#impl-Sub%3COldDuration%3E">Sub<OldDuration></a><a href="#impl-Sub%3CDate%3CTz%3E%3E">Sub<Date<Tz>></a><a href="#impl-Debug">Debug</a><a href="#impl-Display">Display</a></div></div><p class='location'><a href='index.html'>chrono</a></p><script>window.sidebarCurrent = {name: 'Date', ty: 'struct', relpath: ''};</script><script defer src="sidebar-items.js"></script></div>
|
|||
|
</nav>
|
|||
|
|
|||
|
<div class="theme-picker">
|
|||
|
<button id="theme-picker" aria-label="Pick another theme!">
|
|||
|
<img src="../brush.svg" width="18" alt="Pick another theme!">
|
|||
|
</button>
|
|||
|
<div id="theme-choices"></div>
|
|||
|
</div>
|
|||
|
<script src="../theme.js"></script>
|
|||
|
<nav class="sub">
|
|||
|
<form class="search-form js-only">
|
|||
|
<div class="search-container">
|
|||
|
<input class="search-input" name="search"
|
|||
|
autocomplete="off"
|
|||
|
placeholder="Click or press ‘S’ to search, ‘?’ for more options…"
|
|||
|
type="search">
|
|||
|
</div>
|
|||
|
</form>
|
|||
|
</nav>
|
|||
|
|
|||
|
<section id='main' class="content">
|
|||
|
<h1 class='fqn'><span class='in-band'>Struct <a href='index.html'>chrono</a>::<wbr><a class="struct" href=''>Date</a></span><span class='out-of-band'><span id='render-detail'>
|
|||
|
<a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">
|
|||
|
[<span class='inner'>−</span>]
|
|||
|
</a>
|
|||
|
</span><a class='srclink' href='../src/chrono/date.rs.html#42-45' title='goto source code'>[src]</a></span></h1>
|
|||
|
<pre class='rust struct'>pub struct Date<Tz: <a class="trait" href="../chrono/offset/trait.TimeZone.html" title="trait chrono::offset::TimeZone">TimeZone</a>> { /* fields omitted */ }</pre><div class='docblock'><p>ISO 8601 calendar date with time zone.</p>
|
|||
|
<p>This type should be considered ambiguous at best,
|
|||
|
due to the inherent lack of precision required for the time zone resolution.
|
|||
|
For serialization and deserialization uses, it is best to use <code>NaiveDate</code> instead.
|
|||
|
There are some guarantees on the usage of <code>Date<Tz></code>:</p>
|
|||
|
<ul>
|
|||
|
<li>
|
|||
|
<p>If properly constructed via <code>TimeZone::ymd</code> and others without an error,
|
|||
|
the corresponding local date should exist for at least a moment.
|
|||
|
(It may still have a gap from the offset changes.)</p>
|
|||
|
</li>
|
|||
|
<li>
|
|||
|
<p>The <code>TimeZone</code> is free to assign <em>any</em> <code>Offset</code> to the local date,
|
|||
|
as long as that offset did occur in given day.
|
|||
|
For example, if <code>2015-03-08T01:59-08:00</code> is followed by <code>2015-03-08T03:00-07:00</code>,
|
|||
|
it may produce either <code>2015-03-08-08:00</code> or <code>2015-03-08-07:00</code>
|
|||
|
but <em>not</em> <code>2015-03-08+00:00</code> and others.</p>
|
|||
|
</li>
|
|||
|
<li>
|
|||
|
<p>Once constructed as a full <code>DateTime</code>,
|
|||
|
<code>DateTime::date</code> and other associated methods should return those for the original <code>Date</code>.
|
|||
|
For example, if <code>dt = tz.ymd(y,m,d).hms(h,n,s)</code> were valid, <code>dt.date() == tz.ymd(y,m,d)</code>.</p>
|
|||
|
</li>
|
|||
|
<li>
|
|||
|
<p>The date is timezone-agnostic up to one day (i.e. practically always),
|
|||
|
so the local date and UTC date should be equal for most cases
|
|||
|
even though the raw calculation between <code>NaiveDate</code> and <code>Duration</code> may not.</p>
|
|||
|
</li>
|
|||
|
</ul>
|
|||
|
</div>
|
|||
|
<h2 id='methods' class='small-section-header'>
|
|||
|
Methods<a href='#methods' class='anchor'></a>
|
|||
|
</h2>
|
|||
|
<h3 id='impl' class='impl'><span class='in-band'><code>impl<Tz: <a class="trait" href="../chrono/offset/trait.TimeZone.html" title="trait chrono::offset::TimeZone">TimeZone</a>> <a class="struct" href="../chrono/struct.Date.html" title="struct chrono::Date">Date</a><Tz></code><a href='#impl' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/chrono/date.rs.html#52-248' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.from_utc' class="method"><span id='from_utc.v' class='invisible'><code>pub fn <a href='#method.from_utc' class='fnname'>from_utc</a>(date: <a class="struct" href="../chrono/naive/struct.NaiveDate.html" title="struct chrono::naive::NaiveDate">NaiveDate</a>, offset: Tz::<a class="type" href="../chrono/offset/trait.TimeZone.html#associatedtype.Offset" title="type chrono::offset::TimeZone::Offset">Offset</a>) -> <a class="struct" href="../chrono/struct.Date.html" title="struct chrono::Date">Date</a><Tz></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/chrono/date.rs.html#58-60' title='goto source code'>[src]</a></span></h4>
|
|||
|
<div class='docblock'><p>Makes a new <code>Date</code> with given <em>UTC</em> date and offset.
|
|||
|
The local date should be constructed via the <code>TimeZone</code> trait.</p>
|
|||
|
</div><h4 id='method.and_time' class="method"><span id='and_time.v' class='invisible'><code>pub fn <a href='#method.and_time' class='fnname'>and_time</a>(&self, time: <a class="struct" href="../chrono/naive/struct.NaiveTime.html" title="struct chrono::naive::NaiveTime">NaiveTime</a>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../chrono/struct.DateTime.html" title="struct chrono::DateTime">DateTime</a><Tz>></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/chrono/date.rs.html#67-70' title='goto source code'>[src]</a></span></h4>
|
|||
|
<div class='docblock'><p>Makes a new <code>DateTime</code> from the current date and given <code>NaiveTime</code>.
|
|||
|
The offset in the current date is preserved.</p>
|
|||
|
<p>Panics on invalid datetime.</p>
|
|||
|
</div><h4 id='method.and_hms' class="method"><span id='and_hms.v' class='invisible'><code>pub fn <a href='#method.and_hms' class='fnname'>and_hms</a>(&self, hour: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, min: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, sec: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>) -> <a class="struct" href="../chrono/struct.DateTime.html" title="struct chrono::DateTime">DateTime</a><Tz></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/chrono/date.rs.html#77-79' title='goto source code'>[src]</a></span></h4>
|
|||
|
<div class='docblock'><p>Makes a new <code>DateTime</code> from the current date, hour, minute and second.
|
|||
|
The offset in the current date is preserved.</p>
|
|||
|
<p>Panics on invalid hour, minute and/or second.</p>
|
|||
|
</div><h4 id='method.and_hms_opt' class="method"><span id='and_hms_opt.v' class='invisible'><code>pub fn <a href='#method.and_hms_opt' class='fnname'>and_hms_opt</a>(&self, hour: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, min: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, sec: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../chrono/struct.DateTime.html" title="struct chrono::DateTime">DateTime</a><Tz>></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/chrono/date.rs.html#86-88' title='goto source code'>[src]</a></span></h4>
|
|||
|
<div class='docblock'><p>Makes a new <code>DateTime</code> from the current date, hour, minute and second.
|
|||
|
The offset in the current date is preserved.</p>
|
|||
|
<p>Returns <code>None</code> on invalid hour, minute and/or second.</p>
|
|||
|
</div><h4 id='method.and_hms_milli' class="method"><span id='and_hms_milli.v' class='invisible'><code>pub fn <a href='#method.and_hms_milli' class='fnname'>and_hms_milli</a>(<br> &self, <br> hour: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br> min: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br> sec: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br> milli: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a><br>) -> <a class="struct" href="../chrono/struct.DateTime.html" title="struct chrono::DateTime">DateTime</a><Tz></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/chrono/date.rs.html#96-98' title='goto source code'>[src]</a></span></h4>
|
|||
|
<div class='docblock'><p>Makes a new <code>DateTime</code> from the current date, hour, minute, second and millisecond.
|
|||
|
The millisecond part can exceed 1,000 in order to represent the leap second.
|
|||
|
The offset in the current date is preserved.</p>
|
|||
|
<p>Panics on invalid hour, minute, second and/or millisecond.</p>
|
|||
|
</div><h4 id='method.and_hms_milli_opt' class="method"><span id='and_hms_milli_opt.v' class='invisible'><code>pub fn <a href='#method.and_hms_milli_opt' class='fnname'>and_hms_milli_opt</a>(<br> &self, <br> hour: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br> min: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br> sec: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br> milli: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../chrono/struct.DateTime.html" title="struct chrono::DateTime">DateTime</a><Tz>></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/chrono/date.rs.html#106-109' title='goto source code'>[src]</a></span></h4>
|
|||
|
<div class='docblock'><p>Makes a new <code>DateTime</code> from the current date, hour, minute, second and millisecond.
|
|||
|
The millisecond part can exceed 1,000 in order to represent the leap second.
|
|||
|
The offset in the current date is preserved.</p>
|
|||
|
<p>Returns <code>None</code> on invalid hour, minute, second and/or millisecond.</p>
|
|||
|
</div><h4 id='method.and_hms_micro' class="method"><span id='and_hms_micro.v' class='invisible'><code>pub fn <a href='#method.and_hms_micro' class='fnname'>and_hms_micro</a>(<br> &self, <br> hour: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br> min: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br> sec: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br> micro: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a><br>) -> <a class="struct" href="../chrono/struct.DateTime.html" title="struct chrono::DateTime">DateTime</a><Tz></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/chrono/date.rs.html#117-119' title='goto source code'>[src]</a></span></h4>
|
|||
|
<div class='docblock'><p>Makes a new <code>DateTime</code> from the current date, hour, minute, second and microsecond.
|
|||
|
The microsecond part can exceed 1,000,000 in order to represent the leap second.
|
|||
|
The offset in the current date is preserved.</p>
|
|||
|
<p>Panics on invalid hour, minute, second and/or microsecond.</p>
|
|||
|
</div><h4 id='method.and_hms_micro_opt' class="method"><span id='and_hms_micro_opt.v' class='invisible'><code>pub fn <a href='#method.and_hms_micro_opt' class='fnname'>and_hms_micro_opt</a>(<br> &self, <br> hour: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br> min: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br> sec: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br> micro: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../chrono/struct.DateTime.html" title="struct chrono::DateTime">DateTime</a><Tz>></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/chrono/date.rs.html#127-130' title='goto source code'>[src]</a></span></h4>
|
|||
|
<div class='docblock'><p>Makes a new <code>DateTime</code> from the current date, hour, minute, second and microsecond.
|
|||
|
The microsecond part can exceed 1,000,000 in order to represent the leap second.
|
|||
|
The offset in the current date is preserved.</p>
|
|||
|
<p>Returns <code>None</code> on invalid hour, minute, second and/or microsecond.</p>
|
|||
|
</div><h4 id='method.and_hms_nano' class="method"><span id='and_hms_nano.v' class='invisible'><code>pub fn <a href='#method.and_hms_nano' class='fnname'>and_hms_nano</a>(<br> &self, <br> hour: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br> min: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br> sec: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br> nano: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a><br>) -> <a class="struct" href="../chrono/struct.DateTime.html" title="struct chrono::DateTime">DateTime</a><Tz></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/chrono/date.rs.html#138-140' title='goto source code'>[src]</a></span></h4>
|
|||
|
<div class='docblock'><p>Makes a new <code>DateTime</code> from the current date, hour, minute, second and nanosecond.
|
|||
|
The nanosecond part can exceed 1,000,000,000 in order to represent the leap second.
|
|||
|
The offset in the current date is preserved.</p>
|
|||
|
<p>Panics on invalid hour, minute, second and/or nanosecond.</p>
|
|||
|
</div><h4 id='method.and_hms_nano_opt' class="method"><span id='and_hms_nano_opt.v' class='invisible'><code>pub fn <a href='#method.and_hms_nano_opt' class='fnname'>and_hms_nano_opt</a>(<br> &self, <br> hour: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br> min: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br> sec: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>, <br> nano: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../chrono/struct.DateTime.html" title="struct chrono::DateTime">DateTime</a><Tz>></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/chrono/date.rs.html#148-151' title='goto source code'>[src]</a></span></h4>
|
|||
|
<div class='docblock'><p>Makes a new <code>DateTime</code> from the current date, hour, minute, second and nanosecond.
|
|||
|
The nanosecond part can exceed 1,000,000,000 in order to represent the leap second.
|
|||
|
The offset in the current date is preserved.</p>
|
|||
|
<p>Returns <code>None</code> on invalid hour, minute, second and/or nanosecond.</p>
|
|||
|
</div><h4 id='method.succ' class="method"><span id='succ.v' class='invisible'><code>pub fn <a href='#method.succ' class='fnname'>succ</a>(&self) -> <a class="struct" href="../chrono/struct.Date.html" title="struct chrono::Date">Date</a><Tz></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/chrono/date.rs.html#157-159' title='goto source code'>[src]</a></span></h4>
|
|||
|
<div class='docblock'><p>Makes a new <code>Date</code> for the next date.</p>
|
|||
|
<p>Panics when <code>self</code> is the last representable date.</p>
|
|||
|
</div><h4 id='method.succ_opt' class="method"><span id='succ_opt.v' class='invisible'><code>pub fn <a href='#method.succ_opt' class='fnname'>succ_opt</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../chrono/struct.Date.html" title="struct chrono::Date">Date</a><Tz>></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/chrono/date.rs.html#165-167' title='goto source code'>[src]</a></span></h4>
|
|||
|
<div class='docblock'><p>Makes a new <code>Date</code> for the next date.</p>
|
|||
|
<p>Returns <code>None</code> when <code>self</code> is the last representable date.</p>
|
|||
|
</div><h4 id='method.pred' class="method"><span id='pred.v' class='invisible'><code>pub fn <a href='#method.pred' class='fnname'>pred</a>(&self) -> <a class="struct" href="../chrono/struct.Date.html" title="struct chrono::Date">Date</a><Tz></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/chrono/date.rs.html#173-175' title='goto source code'>[src]</a></span></h4>
|
|||
|
<div class='docblock'><p>Makes a new <code>Date</code> for the prior date.</p>
|
|||
|
<p>Panics when <code>self</code> is the first representable date.</p>
|
|||
|
</div><h4 id='method.pred_opt' class="method"><span id='pred_opt.v' class='invisible'><code>pub fn <a href='#method.pred_opt' class='fnname'>pred_opt</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../chrono/struct.Date.html" title="struct chrono::Date">Date</a><Tz>></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/chrono/date.rs.html#181-183' title='goto source code'>[src]</a></span></h4>
|
|||
|
<div class='docblock'><p>Makes a new <code>Date</code> for the prior date.</p>
|
|||
|
<p>Returns <code>None</code> when <code>self</code> is the first representable date.</p>
|
|||
|
</div><h4 id='method.offset' class="method"><span id='offset.v' class='invisible'><code>pub fn <a href='#method.offset' class='fnname'>offset</a>(&self) -> &Tz::<a class="type" href="../chrono/offset/trait.TimeZone.html#associatedtype.Offset" title="type chrono::offset::TimeZone::Offset">Offset</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/chrono/date.rs.html#187-189' title='goto source code'>[src]</a></span></h4>
|
|||
|
<div class='docblock'><p>Retrieves an associated offset from UTC.</p>
|
|||
|
</div><h4 id='method.timezone' class="method"><span id='timezone.v' class='invisible'><code>pub fn <a href='#method.timezone' class='fnname'>timezone</a>(&self) -> Tz</code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/chrono/date.rs.html#193-195' title='goto source code'>[src]</a></span></h4>
|
|||
|
<div class='docblock'><p>Retrieves an associated time zone.</p>
|
|||
|
</div><h4 id='method.with_timezone' class="method"><span id='with_timezone.v' class='invisible'><code>pub fn <a href='#method.with_timezone' class='fnname'>with_timezone</a><Tz2: <a class="trait" href="../chrono/offset/trait.TimeZone.html" title="trait chrono::offset::TimeZone">TimeZone</a>>(&self, tz: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&</a>Tz2) -> <a class="struct" href="../chrono/struct.Date.html" title="struct chrono::Date">Date</a><Tz2></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/chrono/date.rs.html#200-202' title='goto source code'>[src]</a></span></h4>
|
|||
|
<div class='docblock'><p>Changes the associated time zone.
|
|||
|
This does not change the actual <code>Date</code> (but will change the string representation).</p>
|
|||
|
</div><h4 id='method.checked_add_signed' class="method"><span id='checked_add_signed.v' class='invisible'><code>pub fn <a href='#method.checked_add_signed' class='fnname'>checked_add_signed</a>(self, rhs: <a class="struct" href="../chrono/struct.Duration.html" title="struct chrono::Duration">OldDuration</a>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../chrono/struct.Date.html" title="struct chrono::Date">Date</a><Tz>></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/chrono/date.rs.html#208-211' title='goto source code'>[src]</a></span></h4>
|
|||
|
<div class='docblock'><p>Adds given <code>Duration</code> to the current date.</p>
|
|||
|
<p>Returns <code>None</code> when it will result in overflow.</p>
|
|||
|
</div><h4 id='method.checked_sub_signed' class="method"><span id='checked_sub_signed.v' class='invisible'><code>pub fn <a href='#method.checked_sub_signed' class='fnname'>checked_sub_signed</a>(self, rhs: <a class="struct" href="../chrono/struct.Duration.html" title="struct chrono::Duration">OldDuration</a>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../chrono/struct.Date.html" title="struct chrono::Date">Date</a><Tz>></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/chrono/date.rs.html#217-220' title='goto source code'>[src]</a></span></h4>
|
|||
|
<div class='docblock'><p>Subtracts given <code>Duration</code> from the current date.</p>
|
|||
|
<p>Returns <code>None</code> when it will result in overflow.</p>
|
|||
|
</div><h4 id='method.signed_duration_since' class="method"><span id='signed_duration_since.v' class='invisible'><code>pub fn <a href='#method.signed_duration_since' class='fnname'>signed_duration_since</a><Tz2: <a class="trait" href="../chrono/offset/trait.TimeZone.html" title="trait chrono::offset::TimeZone">TimeZone</a>>(self, rhs: <a class="struct" href="../chrono/struct.Date.html" title="struct chrono::Date">Date</a><Tz2>) -> <a class="struct" href="../chrono/struct.Duration.html" title="struct chrono::Duration">OldDuration</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/chrono/date.rs.html#229-231' title='goto source code'>[src]</a></span></h4>
|
|||
|
<div class='docblock'><p>Subtracts another <code>Date</code> from the current date.
|
|||
|
Returns a <code>Duration</code> of integral numbers.</p>
|
|||
|
<p>This does not overflow or underflow at all,
|
|||
|
as all possible output fits in the range of <code>Duration</code>.</p>
|
|||
|
</div><h4 id='method.naive_utc' class="method"><span id='naive_utc.v' class='invisible'><code>pub fn <a href='#method.naive_utc' class='fnname'>naive_utc</a>(&self) -> <a class="struct" href="../chrono/naive/struct.NaiveDate.html" title="struct chrono::naive::NaiveDate">NaiveDate</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/chrono/date.rs.html#235-237' title='goto source code'>[src]</a></span></h4>
|
|||
|
<div class='docblock'><p>Returns a view to the naive UTC date.</p>
|
|||
|
</div><h4 id='method.naive_local' class="method"><span id='naive_local.v' class='invisible'><code>pub fn <a href='#method.naive_local' class='fnname'>naive_local</a>(&self) -> <a class="struct" href="../chrono/naive/struct.NaiveDate.html" title="struct chrono::naive::NaiveDate">NaiveDate</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/chrono/date.rs.html#245-247' title='goto source code'>[src]</a></span></h4>
|
|||
|
<div class='docblock'><p>Returns a view to the naive local date.</p>
|
|||
|
<p>This is technically same to <a href="#method.naive_utc"><code>naive_utc</code></a>
|
|||
|
because the offset is restricted to never exceed one day,
|
|||
|
but provided for the consistency.</p>
|
|||
|
</div></div><h3 id='impl-1' class='impl'><span class='in-band'><code>impl<Tz: <a class="trait" href="../chrono/offset/trait.TimeZone.html" title="trait chrono::offset::TimeZone">TimeZone</a>> <a class="struct" href="../chrono/struct.Date.html" title="struct chrono::Date">Date</a><Tz> <span class="where fmt-newline">where<br> Tz::<a class="type" href="../chrono/offset/trait.TimeZone.html#associatedtype.Offset" title="type chrono::offset::TimeZone::Offset">Offset</a>: <a class="trait" href="https://doc.rust-lang.org/nightly/core/fmt/trait.Display.html" title="trait core::fmt::Display">Display</a>, </span></code><a href='#impl-1' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/chrono/date.rs.html#256-271' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.format_with_items' class="method"><span id='format_with_items.v' class='invisible'><code>pub fn <a href='#method.format_with_items' class='fnname'>format_with_items</a><'a, I>(&self, items: I) -> <a class="struct" href="../chrono/format/struct.DelayedFormat.html" title="struct chrono::format::DelayedFormat">DelayedFormat</a><I> <span class="where fmt-newline">where<br> I: <a class="trait" href="https://doc.rust-lang.org/nightly/core/iter/iterator/trait.Iterator.html" title="trait core::iter::iterator::Iterator">Iterator</a><Item = <a class="enum" href="../chrono/format/enum.Item.html" title="enum chrono::format::Item">Item</a><'a>> + <a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a>, </span></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/chrono/date.rs.html#259-262' title='goto source code'>[src]</a></span></h4>
|
|||
|
<div class='docblock'><p>Formats the date with the specified formatting items.</p>
|
|||
|
</div><h4 id='method.format' class="method"><span id='format.v' class='invisible'><code>pub fn <a href='#method.format' class='fnname'>format</a><'a>(&self, fmt: &'a <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>) -> <a class="struct" href="../chrono/format/struct.DelayedFormat.html" title="struct chrono::format::DelayedFormat">DelayedFormat</a><<a class="struct" href="../chrono/format/strftime/struct.StrftimeItems.html" title="struct chrono::format::strftime::StrftimeItems">StrftimeItems</a><'a>></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/chrono/date.rs.html#268-270' title='goto source code'>[src]</a></span></h4>
|
|||
|
<div class='docblock'><p>Formats the date with the specified format string.
|
|||
|
See the <a href="./format/strftime/index.html"><code>format::strftime</code> module</a>
|
|||
|
on the supported escape sequences.</p>
|
|||
|
</div></div>
|
|||
|
<h2 id='implementations' class='small-section-header'>
|
|||
|
Trait Implementations<a href='#implementations' class='anchor'></a>
|
|||
|
</h2>
|
|||
|
<h3 id='impl-Clone' class='impl'><span class='in-band'><code>impl<Tz: <a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> + <a class="trait" href="../chrono/offset/trait.TimeZone.html" title="trait chrono::offset::TimeZone">TimeZone</a>> <a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> for <a class="struct" href="../chrono/struct.Date.html" title="struct chrono::Date">Date</a><Tz> <span class="where fmt-newline">where<br> Tz::<a class="type" href="../chrono/offset/trait.TimeZone.html#associatedtype.Offset" title="type chrono::offset::TimeZone::Offset">Offset</a>: <a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a>, </span></code><a href='#impl-Clone' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/chrono/date.rs.html#41' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.clone' class="method"><span id='clone.v' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html#tymethod.clone' class='fnname'>clone</a>(&self) -> <a class="struct" href="../chrono/struct.Date.html" title="struct chrono::Date">Date</a><Tz></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/chrono/date.rs.html#41' title='goto source code'>[src]</a></span></h4>
|
|||
|
<div class='docblock'><p>Returns a copy of the value. <a href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html#tymethod.clone">Read more</a></p>
|
|||
|
</div><h4 id='method.clone_from' class="method"><span id='clone_from.v' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html#method.clone_from' class='fnname'>clone_from</a>(&mut self, source: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&</a>Self)</code></span><span class='out-of-band'><div class='ghost'></div><div class='since' title='Stable since Rust version 1.0.0'>1.0.0</div><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/clone.rs.html#112-114' title='goto source code'>[src]</a></span></h4>
|
|||
|
<div class='docblock'><p>Performs copy-assignment from <code>source</code>. <a href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html#method.clone_from">Read more</a></p>
|
|||
|
</div></div><h3 id='impl-Datelike' class='impl'><span class='in-band'><code>impl<Tz: <a class="trait" href="../chrono/offset/trait.TimeZone.html" title="trait chrono::offset::TimeZone">TimeZone</a>> <a class="trait" href="../chrono/trait.Datelike.html" title="trait chrono::Datelike">Datelike</a> for <a class="struct" href="../chrono/struct.Date.html" title="struct chrono::Date">Date</a><Tz></code><a href='#impl-Datelike' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/chrono/date.rs.html#273-318' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.year' class="method"><span id='year.v' class='invisible'><code>fn <a href='../chrono/trait.Datelike.html#tymethod.year' class='fnname'>year</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/chrono/date.rs.html#274' title='goto source code'>[src]</a></span></h4>
|
|||
|
<div class='docblock'><p>Returns the year number in the calendar date.</p>
|
|||
|
</div><h4 id='method.month' class="method"><span id='month.v' class='invisible'><code>fn <a href='../chrono/trait.Datelike.html#tymethod.month' class='fnname'>month</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/chrono/date.rs.html#275' title='goto source code'>[src]</a></span></h4>
|
|||
|
<div class='docblock'><p>Returns the month number starting from 1. <a href="../chrono/trait.Datelike.html#tymethod.month">Read more</a></p>
|
|||
|
</div><h4 id='method.month0' class="method"><span id='month0.v' class='invisible'><code>fn <a href='../chrono/trait.Datelike.html#tymethod.month0' class='fnname'>month0</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/chrono/date.rs.html#276' title='goto source code'>[src]</a></span></h4>
|
|||
|
<div class='docblock'><p>Returns the month number starting from 0. <a href="../chrono/trait.Datelike.html#tymethod.month0">Read more</a></p>
|
|||
|
</div><h4 id='method.day' class="method"><span id='day.v' class='invisible'><code>fn <a href='../chrono/trait.Datelike.html#tymethod.day' class='fnname'>day</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/chrono/date.rs.html#277' title='goto source code'>[src]</a></span></h4>
|
|||
|
<div class='docblock'><p>Returns the day of month starting from 1. <a href="../chrono/trait.Datelike.html#tymethod.day">Read more</a></p>
|
|||
|
</div><h4 id='method.day0' class="method"><span id='day0.v' class='invisible'><code>fn <a href='../chrono/trait.Datelike.html#tymethod.day0' class='fnname'>day0</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/chrono/date.rs.html#278' title='goto source code'>[src]</a></span></h4>
|
|||
|
<div class='docblock'><p>Returns the day of month starting from 0. <a href="../chrono/trait.Datelike.html#tymethod.day0">Read more</a></p>
|
|||
|
</div><h4 id='method.ordinal' class="method"><span id='ordinal.v' class='invisible'><code>fn <a href='../chrono/trait.Datelike.html#tymethod.ordinal' class='fnname'>ordinal</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/chrono/date.rs.html#279' title='goto source code'>[src]</a></span></h4>
|
|||
|
<div class='docblock'><p>Returns the day of year starting from 1. <a href="../chrono/trait.Datelike.html#tymethod.ordinal">Read more</a></p>
|
|||
|
</div><h4 id='method.ordinal0' class="method"><span id='ordinal0.v' class='invisible'><code>fn <a href='../chrono/trait.Datelike.html#tymethod.ordinal0' class='fnname'>ordinal0</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/chrono/date.rs.html#280' title='goto source code'>[src]</a></span></h4>
|
|||
|
<div class='docblock'><p>Returns the day of year starting from 0. <a href="../chrono/trait.Datelike.html#tymethod.ordinal0">Read more</a></p>
|
|||
|
</div><h4 id='method.weekday' class="method"><span id='weekday.v' class='invisible'><code>fn <a href='../chrono/trait.Datelike.html#tymethod.weekday' class='fnname'>weekday</a>(&self) -> <a class="enum" href="../chrono/enum.Weekday.html" title="enum chrono::Weekday">Weekday</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/chrono/date.rs.html#281' title='goto source code'>[src]</a></span></h4>
|
|||
|
<div class='docblock'><p>Returns the day of week.</p>
|
|||
|
</div><h4 id='method.iso_week' class="method"><span id='iso_week.v' class='invisible'><code>fn <a href='../chrono/trait.Datelike.html#tymethod.iso_week' class='fnname'>iso_week</a>(&self) -> <a class="struct" href="../chrono/naive/struct.IsoWeek.html" title="struct chrono::naive::IsoWeek">IsoWeek</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/chrono/date.rs.html#282' title='goto source code'>[src]</a></span></h4>
|
|||
|
<div class='docblock'><p>Returns the ISO week.</p>
|
|||
|
</div><h4 id='method.with_year' class="method"><span id='with_year.v' class='invisible'><code>fn <a href='../chrono/trait.Datelike.html#tymethod.with_year' class='fnname'>with_year</a>(&self, year: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../chrono/struct.Date.html" title="struct chrono::Date">Date</a><Tz>></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/chrono/date.rs.html#285-287' title='goto source code'>[src]</a></span></h4>
|
|||
|
<div class='docblock'><p>Makes a new value with the year number changed. <a href="../chrono/trait.Datelike.html#tymethod.with_year">Read more</a></p>
|
|||
|
</div><h4 id='method.with_month' class="method"><span id='with_month.v' class='invisible'><code>fn <a href='../chrono/trait.Datelike.html#tymethod.with_month' class='fnname'>with_month</a>(&self, month: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../chrono/struct.Date.html" title="struct chrono::Date">Date</a><Tz>></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/chrono/date.rs.html#290-292' title='goto source code'>[src]</a></span></h4>
|
|||
|
<div class='docblock'><p>Makes a new value with the month number (starting from 1) changed. <a href="../chrono/trait.Datelike.html#tymethod.with_month">Read more</a></p>
|
|||
|
</div><h4 id='method.with_month0' class="method"><span id='with_month0.v' class='invisible'><code>fn <a href='../chrono/trait.Datelike.html#tymethod.with_month0' class='fnname'>with_month0</a>(&self, month0: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../chrono/struct.Date.html" title="struct chrono::Date">Date</a><Tz>></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/chrono/date.rs.html#295-297' title='goto source code'>[src]</a></span></h4>
|
|||
|
<div class='docblock'><p>Makes a new value with the month number (starting from 0) changed. <a href="../chrono/trait.Datelike.html#tymethod.with_month0">Read more</a></p>
|
|||
|
</div><h4 id='method.with_day' class="method"><span id='with_day.v' class='invisible'><code>fn <a href='../chrono/trait.Datelike.html#tymethod.with_day' class='fnname'>with_day</a>(&self, day: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../chrono/struct.Date.html" title="struct chrono::Date">Date</a><Tz>></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/chrono/date.rs.html#300-302' title='goto source code'>[src]</a></span></h4>
|
|||
|
<div class='docblock'><p>Makes a new value with the day of month (starting from 1) changed. <a href="../chrono/trait.Datelike.html#tymethod.with_day">Read more</a></p>
|
|||
|
</div><h4 id='method.with_day0' class="method"><span id='with_day0.v' class='invisible'><code>fn <a href='../chrono/trait.Datelike.html#tymethod.with_day0' class='fnname'>with_day0</a>(&self, day0: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../chrono/struct.Date.html" title="struct chrono::Date">Date</a><Tz>></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/chrono/date.rs.html#305-307' title='goto source code'>[src]</a></span></h4>
|
|||
|
<div class='docblock'><p>Makes a new value with the day of month (starting from 0) changed. <a href="../chrono/trait.Datelike.html#tymethod.with_day0">Read more</a></p>
|
|||
|
</div><h4 id='method.with_ordinal' class="method"><span id='with_ordinal.v' class='invisible'><code>fn <a href='../chrono/trait.Datelike.html#tymethod.with_ordinal' class='fnname'>with_ordinal</a>(&self, ordinal: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../chrono/struct.Date.html" title="struct chrono::Date">Date</a><Tz>></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/chrono/date.rs.html#310-312' title='goto source code'>[src]</a></span></h4>
|
|||
|
<div class='docblock'><p>Makes a new value with the day of year (starting from 1) changed. <a href="../chrono/trait.Datelike.html#tymethod.with_ordinal">Read more</a></p>
|
|||
|
</div><h4 id='method.with_ordinal0' class="method"><span id='with_ordinal0.v' class='invisible'><code>fn <a href='../chrono/trait.Datelike.html#tymethod.with_ordinal0' class='fnname'>with_ordinal0</a>(&self, ordinal0: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../chrono/struct.Date.html" title="struct chrono::Date">Date</a><Tz>></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/chrono/date.rs.html#315-317' title='goto source code'>[src]</a></span></h4>
|
|||
|
<div class='docblock'><p>Makes a new value with the day of year (starting from 0) changed. <a href="../chrono/trait.Datelike.html#tymethod.with_ordinal0">Read more</a></p>
|
|||
|
</div><h4 id='method.year_ce' class="method"><span id='year_ce.v' class='invisible'><code>fn <a href='../chrono/trait.Datelike.html#method.year_ce' class='fnname'>year_ce</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>, <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/chrono/lib.rs.html#807-814' title='goto source code'>[src]</a></span></h4>
|
|||
|
<div class='docblock'><p>Returns the absolute year number starting from 1 with a boolean flag, which is false when the year predates the epoch (BCE/BC) and true otherwise (CE/AD). <a href="../chrono/trait.Datelike.html#method.year_ce">Read more</a></p>
|
|||
|
</div><h4 id='method.num_days_from_ce' class="method"><span id='num_days_from_ce.v' class='invisible'><code>fn <a href='../chrono/trait.Datelike.html#method.num_days_from_ce' class='fnname'>num_days_from_ce</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/chrono/lib.rs.html#897-909' title='goto source code'>[src]</a></span></h4>
|
|||
|
<div class='docblock'><p>Returns the number of days since January 1, Year 1 (aka Day 1) in the proleptic Gregorian calendar. <a href="../chrono/trait.Datelike.html#method.num_days_from_ce">Read more</a></p>
|
|||
|
</div></div><h3 id='impl-Copy' class='impl'><span class='in-band'><code>impl<Tz: <a class="trait" href="../chrono/offset/trait.TimeZone.html" title="trait chrono::offset::TimeZone">TimeZone</a>> <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Copy.html" title="trait core::marker::Copy">Copy</a> for <a class="struct" href="../chrono/struct.Date.html" title="struct chrono::Date">Date</a><Tz> <span class="where fmt-newline">where<br> <Tz as <a class="trait" href="../chrono/offset/trait.TimeZone.html" title="trait chrono::offset::TimeZone">TimeZone</a>>::<a class="type" href="../chrono/offset/trait.TimeZone.html#associatedtype.Offset" title="type chrono::offset::TimeZone::Offset">Offset</a>: <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Copy.html" title="trait core::marker::Copy">Copy</a>, </span></code><a href='#impl-Copy' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/chrono/date.rs.html#321' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'></div><h3 id='impl-Send' class='impl'><span class='in-band'><code>impl<Tz: <a class="trait" href="../chrono/offset/trait.TimeZone.html" title="trait chrono::offset::TimeZone">TimeZone</a>> <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> for <a class="struct" href="../chrono/struct.Date.html" title="struct chrono::Date">Date</a><Tz> <span class="where fmt-newline">where<br> <Tz as <a class="trait" href="../chrono/offset/trait.TimeZone.html" title="trait chrono::offset::TimeZone">TimeZone</a>>::<a class="type" href="../chrono/offset/trait.TimeZone.html#associatedtype.Offset" title="type chrono::offset::TimeZone::Offset">Offset</a>: <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a>, </span></code><a href='#impl-Send' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/chrono/date.rs.html#322' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'></div><h3 id='impl-PartialEq%3CDate%3CTz2%3E%3E' class='impl'><span class='in-band'><code>impl<Tz: <a class="trait" href="../chrono/offset/trait.TimeZone.html" title="trait chrono::offset::TimeZone">TimeZone</a>, Tz2: <a class="trait" href="../chrono/offset/trait.TimeZone.html" title="trait chrono::offset::TimeZone">TimeZone</a>> <a class="trait" href="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialEq.html" title="trait core::cmp::PartialEq">PartialEq</a><<a class="struct" href="../chrono/struct.Date.html" title="struct chrono::Date">Date</a><Tz2>> for <a class="struct" href="../chrono/struct.Date.html" title="struct chrono::Date">Date</a><Tz></code><a href='#impl-PartialEq%3CDate%3CTz2%3E%3E' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/chrono/date.rs.html#324-326' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.eq' class="method"><span id='eq.v' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/cmp/trait.PartialEq.html#tymethod.eq' class='fnname'>eq</a>(&self, other: &<a class="struct" href="../chrono/struct.Date.html" title="struct chrono::Date">Date</a><Tz2>) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/chrono/date.rs.html#325' title='goto source code'>[src]</a></span></h4>
|
|||
|
<div class='docblock'><p>This method tests for <code>self</code> and <code>other</code> values to be equal, and is used by <code>==</code>. <a href="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialEq.html#tymethod.eq">Read more</a></p>
|
|||
|
</div><h4 id='method.ne' class="method"><span id='ne.v' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/cmp/trait.PartialEq.html#method.ne' class='fnname'>ne</a>(&self, other: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&</a>Rhs) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span><span class='out-of-band'><div class='ghost'></div><div class='since' title='Stable since Rust version 1.0.0'>1.0.0</div><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/cmp.rs.html#121' title='goto source code'>[src]</a></span></h4>
|
|||
|
<div class='docblock'><p>This method tests for <code>!=</code>.</p>
|
|||
|
</div></div><h3 id='impl-Eq' class='impl'><span class='in-band'><code>impl<Tz: <a class="trait" href="../chrono/offset/trait.TimeZone.html" title="trait chrono::offset::TimeZone">TimeZone</a>> <a class="trait" href="https://doc.rust-lang.org/nightly/core/cmp/trait.Eq.html" title="trait core::cmp::Eq">Eq</a> for <a class="struct" href="../chrono/struct.Date.html" title="struct chrono::Date">Date</a><Tz></code><a href='#impl-Eq' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/chrono/date.rs.html#328-329' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'></div><h3 id='impl-PartialOrd' class='impl'><span class='in-band'><code>impl<Tz: <a class="trait" href="../chrono/offset/trait.TimeZone.html" title="trait chrono::offset::TimeZone">TimeZone</a>> <a class="trait" href="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialOrd.html" title="trait core::cmp::PartialOrd">PartialOrd</a> for <a class="struct" href="../chrono/struct.Date.html" title="struct chrono::Date">Date</a><Tz></code><a href='#impl-PartialOrd' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/chrono/date.rs.html#331-335' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.partial_cmp' class="method"><span id='partial_cmp.v' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/cmp/trait.PartialOrd.html#tymethod.partial_cmp' class='fnname'>partial_cmp</a>(&self, other: &<a class="struct" href="../chrono/struct.Date.html" title="struct chrono::Date">Date</a><Tz>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="enum" href="https://doc.rust-lang.org/nightly/core/cmp/enum.Ordering.html" title="enum core::cmp::Ordering">Ordering</a>></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/chrono/date.rs.html#332-334' title='goto source code'>[src]</a></span></h4>
|
|||
|
<div class='docblock'><p>This method returns an ordering between <code>self</code> and <code>other</code> values if one exists. <a href="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialOrd.html#tymethod.partial_cmp">Read more</a></p>
|
|||
|
</div><h4 id='method.lt' class="method"><span id='lt.v' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/cmp/trait.PartialOrd.html#method.lt' class='fnname'>lt</a>(&self, other: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&</a>Rhs) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span><span class='out-of-band'><div class='ghost'></div><div class='since' title='Stable since Rust version 1.0.0'>1.0.0</div><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/cmp.rs.html#644-649' title='goto source code'>[src]</a></span></h4>
|
|||
|
<div class='docblock'><p>This method tests less than (for <code>self</code> and <code>other</code>) and is used by the <code><</code> operator. <a href="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialOrd.html#method.lt">Read more</a></p>
|
|||
|
</div><h4 id='method.le' class="method"><span id='le.v' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/cmp/trait.PartialOrd.html#method.le' class='fnname'>le</a>(&self, other: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&</a>Rhs) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span><span class='out-of-band'><div class='ghost'></div><div class='since' title='Stable since Rust version 1.0.0'>1.0.0</div><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/cmp.rs.html#666-671' title='goto source code'>[src]</a></span></h4>
|
|||
|
<div class='docblock'><p>This method tests less than or equal to (for <code>self</code> and <code>other</code>) and is used by the <code><=</code> operator. <a href="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialOrd.html#method.le">Read more</a></p>
|
|||
|
</div><h4 id='method.gt' class="method"><span id='gt.v' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/cmp/trait.PartialOrd.html#method.gt' class='fnname'>gt</a>(&self, other: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&</a>Rhs) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span><span class='out-of-band'><div class='ghost'></div><div class='since' title='Stable since Rust version 1.0.0'>1.0.0</div><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/cmp.rs.html#687-692' title='goto source code'>[src]</a></span></h4>
|
|||
|
<div class='docblock'><p>This method tests greater than (for <code>self</code> and <code>other</code>) and is used by the <code>></code> operator. <a href="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialOrd.html#method.gt">Read more</a></p>
|
|||
|
</div><h4 id='method.ge' class="method"><span id='ge.v' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/cmp/trait.PartialOrd.html#method.ge' class='fnname'>ge</a>(&self, other: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&</a>Rhs) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span><span class='out-of-band'><div class='ghost'></div><div class='since' title='Stable since Rust version 1.0.0'>1.0.0</div><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/cmp.rs.html#709-714' title='goto source code'>[src]</a></span></h4>
|
|||
|
<div class='docblock'><p>This method tests greater than or equal to (for <code>self</code> and <code>other</code>) and is used by the <code>>=</code> operator. <a href="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialOrd.html#method.ge">Read more</a></p>
|
|||
|
</div></div><h3 id='impl-Ord' class='impl'><span class='in-band'><code>impl<Tz: <a class="trait" href="../chrono/offset/trait.TimeZone.html" title="trait chrono::offset::TimeZone">TimeZone</a>> <a class="trait" href="https://doc.rust-lang.org/nightly/core/cmp/trait.Ord.html" title="trait core::cmp::Ord">Ord</a> for <a class="struct" href="../chrono/struct.Date.html" title="struct chrono::Date">Date</a><Tz></code><a href='#impl-Ord' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/chrono/date.rs.html#337-339' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.cmp' class="method"><span id='cmp.v' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/cmp/trait.Ord.html#tymethod.cmp' class='fnname'>cmp</a>(&self, other: &<a class="struct" href="../chrono/struct.Date.html" title="struct chrono::Date">Date</a><Tz>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/cmp/enum.Ordering.html" title="enum core::cmp::Ordering">Ordering</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/chrono/date.rs.html#338' title='goto source code'>[src]</a></span></h4>
|
|||
|
<div class='docblock'><p>This method returns an <code>Ordering</code> between <code>self</code> and <code>other</code>. <a href="https://doc.rust-lang.org/nightly/core/cmp/trait.Ord.html#tymethod.cmp">Read more</a></p>
|
|||
|
</div><h4 id='method.max' class="method"><span id='max.v' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/cmp/trait.Ord.html#method.max' class='fnname'>max</a>(self, other: Self) -> Self</code></span><span class='out-of-band'><div class='ghost'></div><div class='since' title='Stable since Rust version 1.21.0'>1.21.0</div><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/cmp.rs.html#460-463' title='goto source code'>[src]</a></span></h4>
|
|||
|
<div class='docblock'><p>Compares and returns the maximum of two values. <a href="https://doc.rust-lang.org/nightly/core/cmp/trait.Ord.html#method.max">Read more</a></p>
|
|||
|
</div><h4 id='method.min' class="method"><span id='min.v' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/cmp/trait.Ord.html#method.min' class='fnname'>min</a>(self, other: Self) -> Self</code></span><span class='out-of-band'><div class='ghost'></div><div class='since' title='Stable since Rust version 1.21.0'>1.21.0</div><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/cmp.rs.html#476-479' title='goto source code'>[src]</a></span></h4>
|
|||
|
<div class='docblock'><p>Compares and returns the minimum of two values. <a href="https://doc.rust-lang.org/nightly/core/cmp/trait.Ord.html#method.min">Read more</a></p>
|
|||
|
</div></div><h3 id='impl-Hash' class='impl'><span class='in-band'><code>impl<Tz: <a class="trait" href="../chrono/offset/trait.TimeZone.html" title="trait chrono::offset::TimeZone">TimeZone</a>> <a class="trait" href="https://doc.rust-lang.org/nightly/core/hash/trait.Hash.html" title="trait core::hash::Hash">Hash</a> for <a class="struct" href="../chrono/struct.Date.html" title="struct chrono::Date">Date</a><Tz></code><a href='#impl-Hash' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/chrono/date.rs.html#341-343' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.hash' class="method"><span id='hash.v' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/hash/trait.Hash.html#tymethod.hash' class='fnname'>hash</a><H: <a class="trait" href="https://doc.rust-lang.org/nightly/core/hash/trait.Hasher.html" title="trait core::hash::Hasher">Hasher</a>>(&self, state: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&mut </a>H)</code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/chrono/date.rs.html#342' title='goto source code'>[src]</a></span></h4>
|
|||
|
<div class='docblock'><p>Feeds this value into the given [<code>Hasher</code>]. <a href="https://doc.rust-lang.org/nightly/core/hash/trait.Hash.html#tymethod.hash">Read more</a></p>
|
|||
|
</div><h4 id='method.hash_slice' class="method"><span id='hash_slice.v' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/hash/trait.Hash.html#method.hash_slice' class='fnname'>hash_slice</a><H>(data: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">&[Self]</a>, state: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&mut </a>H) <span class="where fmt-newline">where<br> H: <a class="trait" href="https://doc.rust-lang.org/nightly/core/hash/trait.Hasher.html" title="trait core::hash::Hasher">Hasher</a>, </span></code></span><span class='out-of-band'><div class='ghost'></div><div class='since' title='Stable since Rust version 1.3.0'>1.3.0</div><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/hash/mod.rs.html#202-208' title='goto source code'>[src]</a></span></h4>
|
|||
|
<div class='docblock'><p>Feeds a slice of this type into the given [<code>Hasher</code>]. <a href="https://doc.rust-lang.org/nightly/core/hash/trait.Hash.html#method.hash_slice">Read more</a></p>
|
|||
|
</div></div><h3 id='impl-Add%3COldDuration%3E' class='impl'><span class='in-band'><code>impl<Tz: <a class="trait" href="../chrono/offset/trait.TimeZone.html" title="trait chrono::offset::TimeZone">TimeZone</a>> <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html" title="trait core::ops::arith::Add">Add</a><<a class="struct" href="../chrono/struct.Duration.html" title="struct chrono::Duration">OldDuration</a>> for <a class="struct" href="../chrono/struct.Date.html" title="struct chrono::Date">Date</a><Tz></code><a href='#impl-Add%3COldDuration%3E' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/chrono/date.rs.html#345-352' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='associatedtype.Output' class="type"><span id='Output.t' class='invisible'><code>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../chrono/struct.Date.html" title="struct chrono::Date">Date</a><Tz></code></span></h4>
|
|||
|
<div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
|
|||
|
</div><h4 id='method.add' class="method"><span id='add.v' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#tymethod.add' class='fnname'>add</a>(self, rhs: <a class="struct" href="../chrono/struct.Duration.html" title="struct chrono::Duration">OldDuration</a>) -> <a class="struct" href="../chrono/struct.Date.html" title="struct chrono::Date">Date</a><Tz></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/chrono/date.rs.html#349-351' title='goto source code'>[src]</a></span></h4>
|
|||
|
<div class='docblock'><p>Performs the <code>+</code> operation.</p>
|
|||
|
</div></div><h3 id='impl-Sub%3COldDuration%3E' class='impl'><span class='in-band'><code>impl<Tz: <a class="trait" href="../chrono/offset/trait.TimeZone.html" title="trait chrono::offset::TimeZone">TimeZone</a>> <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html" title="trait core::ops::arith::Sub">Sub</a><<a class="struct" href="../chrono/struct.Duration.html" title="struct chrono::Duration">OldDuration</a>> for <a class="struct" href="../chrono/struct.Date.html" title="struct chrono::Date">Date</a><Tz></code><a href='#impl-Sub%3COldDuration%3E' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/chrono/date.rs.html#354-361' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='associatedtype.Output-1' class="type"><span id='Output.t-1' class='invisible'><code>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../chrono/struct.Date.html" title="struct chrono::Date">Date</a><Tz></code></span></h4>
|
|||
|
<div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
|
|||
|
</div><h4 id='method.sub' class="method"><span id='sub.v' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#tymethod.sub' class='fnname'>sub</a>(self, rhs: <a class="struct" href="../chrono/struct.Duration.html" title="struct chrono::Duration">OldDuration</a>) -> <a class="struct" href="../chrono/struct.Date.html" title="struct chrono::Date">Date</a><Tz></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/chrono/date.rs.html#358-360' title='goto source code'>[src]</a></span></h4>
|
|||
|
<div class='docblock'><p>Performs the <code>-</code> operation.</p>
|
|||
|
</div></div><h3 id='impl-Sub%3CDate%3CTz%3E%3E' class='impl'><span class='in-band'><code>impl<Tz: <a class="trait" href="../chrono/offset/trait.TimeZone.html" title="trait chrono::offset::TimeZone">TimeZone</a>> <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html" title="trait core::ops::arith::Sub">Sub</a><<a class="struct" href="../chrono/struct.Date.html" title="struct chrono::Date">Date</a><Tz>> for <a class="struct" href="../chrono/struct.Date.html" title="struct chrono::Date">Date</a><Tz></code><a href='#impl-Sub%3CDate%3CTz%3E%3E' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/chrono/date.rs.html#363-370' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='associatedtype.Output-2' class="type"><span id='Output.t-2' class='invisible'><code>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../chrono/struct.Duration.html" title="struct chrono::Duration">OldDuration</a></code></span></h4>
|
|||
|
<div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
|
|||
|
</div><h4 id='method.sub-1' class="method"><span id='sub.v-1' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#tymethod.sub' class='fnname'>sub</a>(self, rhs: <a class="struct" href="../chrono/struct.Date.html" title="struct chrono::Date">Date</a><Tz>) -> <a class="struct" href="../chrono/struct.Duration.html" title="struct chrono::Duration">OldDuration</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/chrono/date.rs.html#367-369' title='goto source code'>[src]</a></span></h4>
|
|||
|
<div class='docblock'><p>Performs the <code>-</code> operation.</p>
|
|||
|
</div></div><h3 id='impl-Debug' class='impl'><span class='in-band'><code>impl<Tz: <a class="trait" href="../chrono/offset/trait.TimeZone.html" title="trait chrono::offset::TimeZone">TimeZone</a>> <a class="trait" href="https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html" title="trait core::fmt::Debug">Debug</a> for <a class="struct" href="../chrono/struct.Date.html" title="struct chrono::Date">Date</a><Tz></code><a href='#impl-Debug' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/chrono/date.rs.html#372-376' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.fmt' class="method"><span id='fmt.v' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html#tymethod.fmt' class='fnname'>fmt</a>(&self, f: &mut <a class="struct" href="https://doc.rust-lang.org/nightly/core/fmt/struct.Formatter.html" title="struct core::fmt::Formatter">Formatter</a>) -> <a class="type" href="https://doc.rust-lang.org/nightly/core/fmt/type.Result.html" title="type core::fmt::Result">Result</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/chrono/date.rs.html#373-375' title='goto source code'>[src]</a></span></h4>
|
|||
|
<div class='docblock'><p>Formats the value using the given formatter. <a href="https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html#tymethod.fmt">Read more</a></p>
|
|||
|
</div></div><h3 id='impl-Display' class='impl'><span class='in-band'><code>impl<Tz: <a class="trait" href="../chrono/offset/trait.TimeZone.html" title="trait chrono::offset::TimeZone">TimeZone</a>> <a class="trait" href="https://doc.rust-lang.org/nightly/core/fmt/trait.Display.html" title="trait core::fmt::Display">Display</a> for <a class="struct" href="../chrono/struct.Date.html" title="struct chrono::Date">Date</a><Tz> <span class="where fmt-newline">where<br> Tz::<a class="type" href="../chrono/offset/trait.TimeZone.html#associatedtype.Offset" title="type chrono::offset::TimeZone::Offset">Offset</a>: <a class="trait" href="https://doc.rust-lang.org/nightly/core/fmt/trait.Display.html" title="trait core::fmt::Display">Display</a>, </span></code><a href='#impl-Display' class='anchor'></a></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/chrono/date.rs.html#378-382' title='goto source code'>[src]</a></span></h3>
|
|||
|
<div class='impl-items'><h4 id='method.fmt-1' class="method"><span id='fmt.v-1' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/fmt/trait.Display.html#tymethod.fmt' class='fnname'>fmt</a>(&self, f: &mut <a class="struct" href="https://doc.rust-lang.org/nightly/core/fmt/struct.Formatter.html" title="struct core::fmt::Formatter">Formatter</a>) -> <a class="type" href="https://doc.rust-lang.org/nightly/core/fmt/type.Result.html" title="type core::fmt::Result">Result</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/chrono/date.rs.html#379-381' title='goto source code'>[src]</a></span></h4>
|
|||
|
<div class='docblock'><p>Formats the value using the given formatter. <a href="https://doc.rust-lang.org/nightly/core/fmt/trait.Display.html#tymethod.fmt">Read more</a></p>
|
|||
|
</div></div></section>
|
|||
|
<section id='search' class="content hidden"></section>
|
|||
|
|
|||
|
<section class="footer"></section>
|
|||
|
|
|||
|
<aside id="help" class="hidden">
|
|||
|
<div>
|
|||
|
<h1 class="hidden">Help</h1>
|
|||
|
|
|||
|
<div class="shortcuts">
|
|||
|
<h2>Keyboard Shortcuts</h2>
|
|||
|
|
|||
|
<dl>
|
|||
|
<dt><kbd>?</kbd></dt>
|
|||
|
<dd>Show this help dialog</dd>
|
|||
|
<dt><kbd>S</kbd></dt>
|
|||
|
<dd>Focus the search field</dd>
|
|||
|
<dt><kbd>↑</kbd></dt>
|
|||
|
<dd>Move up in search results</dd>
|
|||
|
<dt><kbd>↓</kbd></dt>
|
|||
|
<dd>Move down in search results</dd>
|
|||
|
<dt><kbd>↹</kbd></dt>
|
|||
|
<dd>Switch tab</dd>
|
|||
|
<dt><kbd>⏎</kbd></dt>
|
|||
|
<dd>Go to active search result</dd>
|
|||
|
<dt><kbd>+</kbd></dt>
|
|||
|
<dd>Expand all sections</dd>
|
|||
|
<dt><kbd>-</kbd></dt>
|
|||
|
<dd>Collapse all sections</dd>
|
|||
|
</dl>
|
|||
|
</div>
|
|||
|
|
|||
|
<div class="infos">
|
|||
|
<h2>Search Tricks</h2>
|
|||
|
|
|||
|
<p>
|
|||
|
Prefix searches with a type followed by a colon (e.g.
|
|||
|
<code>fn:</code>) to restrict the search to a given type.
|
|||
|
</p>
|
|||
|
|
|||
|
<p>
|
|||
|
Accepted types are: <code>fn</code>, <code>mod</code>,
|
|||
|
<code>struct</code>, <code>enum</code>,
|
|||
|
<code>trait</code>, <code>type</code>, <code>macro</code>,
|
|||
|
and <code>const</code>.
|
|||
|
</p>
|
|||
|
|
|||
|
<p>
|
|||
|
Search functions by type signature (e.g.
|
|||
|
<code>vec -> usize</code> or <code>* -> vec</code>)
|
|||
|
</p>
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
</aside>
|
|||
|
|
|||
|
|
|||
|
|
|||
|
<script>
|
|||
|
window.rootPath = "../";
|
|||
|
window.currentCrate = "chrono";
|
|||
|
</script>
|
|||
|
<script src="../main.js"></script>
|
|||
|
<script defer src="../search-index.js"></script>
|
|||
|
</body>
|
|||
|
</html>
|