# C1.WPF.Schedule.DateTimeInterval

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Schedule_DateTimeInterval" data-uid="C1.WPF.Schedule.DateTimeInterval" class="text-break">DateTimeInterval Class
</h1>
  <div class="markdown level0 summary"><p>The <a class="xref" href="C1.WPF.Schedule.DateTimeInterval.html">DateTimeInterval</a> object represents a continuous interval of time.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">DateTimeInterval</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Schedule.html">C1.WPF.Schedule</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Schedule.dll</h6>
  <h5 id="C1_WPF_Schedule_DateTimeInterval_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class DateTimeInterval</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class DateTimeInterval</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Schedule_DateTimeInterval__ctor_System_DateTime_System_DateTime_" data-uid="C1.WPF.Schedule.DateTimeInterval.#ctor(System.DateTime,System.DateTime)">
          <a class="xref" href="C1.WPF.Schedule.DateTimeInterval.-ctor.html#C1_WPF_Schedule_DateTimeInterval__ctor_System_DateTime_System_DateTime_">DateTimeInterval(DateTime, DateTime)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.WPF.Schedule.DateTimeInterval.html">DateTimeInterval</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Schedule_DateTimeInterval_End" data-uid="C1.WPF.Schedule.DateTimeInterval.End">
          <a class="xref" href="C1.WPF.Schedule.DateTimeInterval.End.html#C1_WPF_Schedule_DateTimeInterval_End">End</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.datetime">DateTime</a> value
representing the end of the interval.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_DateTimeInterval_IsFullDay" data-uid="C1.WPF.Schedule.DateTimeInterval.IsFullDay">
          <a class="xref" href="C1.WPF.Schedule.DateTimeInterval.IsFullDay.html#C1_WPF_Schedule_DateTimeInterval_IsFullDay">IsFullDay</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a> value, determining if
the <a class="xref" href="C1.WPF.Schedule.DateTimeInterval.html">DateTimeInterval</a> object represents one or more full days.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_DateTimeInterval_Start" data-uid="C1.WPF.Schedule.DateTimeInterval.Start">
          <a class="xref" href="C1.WPF.Schedule.DateTimeInterval.Start.html#C1_WPF_Schedule_DateTimeInterval_Start">Start</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.datetime">DateTime</a> value
representing the beginning of the interval.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
