# C1.WPF.Schedule.VisualInterval.EndTime

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_WPF_Schedule_VisualInterval_EndTime_" data-uid="C1.WPF.Schedule.VisualInterval.EndTime*">EndTime Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_WPF_Schedule_VisualInterval_EndTime_" data-uid="C1.WPF.Schedule.VisualInterval.EndTime*"></a>
<h4 id="C1_WPF_Schedule_VisualInterval_EndTime" data-uid="C1.WPF.Schedule.VisualInterval.EndTime">EndTime</h4>
<div class="markdown level1 summary"><p>Gets an end time of a time range represented by the <a class="xref" href="C1.WPF.Schedule.VisualInterval.html">VisualInterval</a> object.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public DateTime EndTime { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public ReadOnly Property EndTime As Date</code></pre>
</div>
<h5 id="C1_WPF_Schedule_VisualInterval_EndTime_remarks">Remarks</h5>
<div class="markdown level1 remarks"><pre><code>&lt;p&gt;
    &lt;xref href=&quot;C1.WPF.Schedule.VisualInterval.EndTime&quot; data-throw-if-not-resolved=&quot;false&quot;&gt;&lt;/xref&gt; is calculated as a sum of the &lt;xref href=&quot;C1.WPF.Schedule.VisualInterval.StartTime&quot; data-throw-if-not-resolved=&quot;false&quot;&gt;&lt;/xref&gt;
</code></pre>
<p>and <a class="xref" href="C1.WPF.Schedule.VisualInterval.TimeScale.html#C1_WPF_Schedule_VisualInterval_TimeScale">TimeScale</a> property values.</p>

This property represents an exclusive boundary of the time range, that
is the DateTime returned by this property is considered as not belonging to
the <a class="xref" href="C1.WPF.Schedule.VisualInterval.html">VisualInterval</a> time range. The inclusive boundary is
represented by the <a class="xref" href="C1.WPF.Schedule.VisualInterval.InclusiveEndTime.html#C1_WPF_Schedule_VisualInterval_InclusiveEndTime">InclusiveEndTime</a> property.
</div>
</div>
