# C1.Blazor.DateTimeEditors.DateRange

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Blazor_DateTimeEditors_DateRange" data-uid="C1.Blazor.DateTimeEditors.DateRange" class="text-break">DateRange Class
</h1>
  <div class="markdown level0 summary"><p>The class contains the date range value.</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">DateRange</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Blazor.DateTimeEditors.html">C1.Blazor.DateTimeEditors</a></h6>
  <h6><strong>Assembly</strong>: C1.Blazor.DateTimeEditors.dll</h6>
  <h5 id="C1_Blazor_DateTimeEditors_DateRange_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class DateRange</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class DateRange</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_Blazor_DateTimeEditors_DateRange__ctor" data-uid="C1.Blazor.DateTimeEditors.DateRange.#ctor">
          <a class="xref" href="C1.Blazor.DateTimeEditors.DateRange.-ctor.html#C1_Blazor_DateTimeEditors_DateRange__ctor">DateRange()</a>
        </td>
        <td class="markdown level1 summary"><p>Constructor to create instance by user code.</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_Blazor_DateTimeEditors_DateRange_End" data-uid="C1.Blazor.DateTimeEditors.DateRange.End">
          <a class="xref" href="C1.Blazor.DateTimeEditors.DateRange.End.html#C1_Blazor_DateTimeEditors_DateRange_End">End</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or set end value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_DateTimeEditors_DateRange_Start" data-uid="C1.Blazor.DateTimeEditors.DateRange.Start">
          <a class="xref" href="C1.Blazor.DateTimeEditors.DateRange.Start.html#C1_Blazor_DateTimeEditors_DateRange_Start">Start</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets start value.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Blazor_DateTimeEditors_DateRange_Clone" data-uid="C1.Blazor.DateTimeEditors.DateRange.Clone">
          <a class="xref" href="C1.Blazor.DateTimeEditors.DateRange.Clone.html#C1_Blazor_DateTimeEditors_DateRange_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Create a shallow copy instance.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_DateTimeEditors_DateRange_ToString" data-uid="C1.Blazor.DateTimeEditors.DateRange.ToString">
          <a class="xref" href="C1.Blazor.DateTimeEditors.DateRange.ToString.html#C1_Blazor_DateTimeEditors_DateRange_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a string that represents the current range.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
