# C1.WPF.DataFilter.DateTimeRangeFilter

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_DataFilter_DateTimeRangeFilter" data-uid="C1.WPF.DataFilter.DateTimeRangeFilter" class="text-break">DateTimeRangeFilter Class
</h1>
  <div class="markdown level0 summary"><p>Represents a filter of <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.datetime">DateTime</a> values with range slider or editors of range.</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"><a class="xref" href="C1.WPF.DataFilter.NotifyPropertyChanged.html">NotifyPropertyChanged</a></div>
    <div class="level2"><a class="xref" href="C1.WPF.DataFilter.Filter.html">Filter</a></div>
    <div class="level3"><a class="xref" href="C1.WPF.DataFilter.RangeFilterBase-1.html">RangeFilterBase</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.datetime">DateTime</a>&gt;</div>
    <div class="level4"><span class="xref">DateTimeRangeFilter</span></div>
      <div class="level5"><a class="xref" href="C1.WPF.DataFilter.DateRangeFilter.html">DateRangeFilter</a></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.inotifypropertychanged">INotifyPropertyChanged</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.DataFilter.html">C1.WPF.DataFilter</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.DataFilter.dll</h6>
  <h5 id="C1_WPF_DataFilter_DateTimeRangeFilter_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class DateTimeRangeFilter : RangeFilterBase&lt;DateTime&gt;, INotifyPropertyChanged</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class DateTimeRangeFilter
    Inherits RangeFilterBase(Of Date)
    Implements INotifyPropertyChanged</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_DataFilter_DateTimeRangeFilter__ctor" data-uid="C1.WPF.DataFilter.DateTimeRangeFilter.#ctor">
          <a class="xref" href="C1.WPF.DataFilter.DateTimeRangeFilter.-ctor.html#C1_WPF_DataFilter_DateTimeRangeFilter__ctor">DateTimeRangeFilter()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.WPF.DataFilter.DateTimeRangeFilter.html">DateTimeRangeFilter</a>.</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_DataFilter_DateTimeRangeFilter_DateFormat" data-uid="C1.WPF.DataFilter.DateTimeRangeFilter.DateFormat">
          <a class="xref" href="C1.WPF.DataFilter.DateTimeRangeFilter.DateFormat.html#C1_WPF_DataFilter_DateTimeRangeFilter_DateFormat">DateFormat</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the custom date format string.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DataFilter_DateTimeRangeFilter_DatePlaceholder" data-uid="C1.WPF.DataFilter.DateTimeRangeFilter.DatePlaceholder">
          <a class="xref" href="C1.WPF.DataFilter.DateTimeRangeFilter.DatePlaceholder.html#C1_WPF_DataFilter_DateTimeRangeFilter_DatePlaceholder">DatePlaceholder</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the date part placeholder text.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DataFilter_DateTimeRangeFilter_TimeFormat" data-uid="C1.WPF.DataFilter.DateTimeRangeFilter.TimeFormat">
          <a class="xref" href="C1.WPF.DataFilter.DateTimeRangeFilter.TimeFormat.html#C1_WPF_DataFilter_DateTimeRangeFilter_TimeFormat">TimeFormat</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the custom time format string.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DataFilter_DateTimeRangeFilter_TimeIncrement" data-uid="C1.WPF.DataFilter.DateTimeRangeFilter.TimeIncrement">
          <a class="xref" href="C1.WPF.DataFilter.DateTimeRangeFilter.TimeIncrement.html#C1_WPF_DataFilter_DateTimeRangeFilter_TimeIncrement">TimeIncrement</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the increment applied when the user pressed the up/down arrow keys in a time part.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DataFilter_DateTimeRangeFilter_TimePlaceholder" data-uid="C1.WPF.DataFilter.DateTimeRangeFilter.TimePlaceholder">
          <a class="xref" href="C1.WPF.DataFilter.DateTimeRangeFilter.TimePlaceholder.html#C1_WPF_DataFilter_DateTimeRangeFilter_TimePlaceholder">TimePlaceholder</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the time part placeholder text.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
