# C1.WPF.DataFilter.TimeOnlyRangeFilter

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_DataFilter_TimeOnlyRangeFilter" data-uid="C1.WPF.DataFilter.TimeOnlyRangeFilter" class="text-break">TimeOnlyRangeFilter Class
</h1>
  <div class="markdown level0 summary"><p>Represents a filter of <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.timeonly">TimeOnly</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.timeonly">TimeOnly</a>&gt;</div>
    <div class="level4"><span class="xref">TimeOnlyRangeFilter</span></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_TimeOnlyRangeFilter_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class TimeOnlyRangeFilter : RangeFilterBase&lt;TimeOnly&gt;, INotifyPropertyChanged</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class TimeOnlyRangeFilter
    Inherits RangeFilterBase(Of TimeOnly)
    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_TimeOnlyRangeFilter__ctor" data-uid="C1.WPF.DataFilter.TimeOnlyRangeFilter.#ctor">
          <a class="xref" href="C1.WPF.DataFilter.TimeOnlyRangeFilter.-ctor.html#C1_WPF_DataFilter_TimeOnlyRangeFilter__ctor">TimeOnlyRangeFilter()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.WPF.DataFilter.TimeOnlyRangeFilter.html">TimeOnlyRangeFilter</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_DataFilter_TimeOnlyRangeFilter_Format" data-uid="C1.WPF.DataFilter.TimeOnlyRangeFilter.Format">
          <a class="xref" href="C1.WPF.DataFilter.TimeOnlyRangeFilter.Format.html#C1_WPF_DataFilter_TimeOnlyRangeFilter_Format">Format</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a custom time format.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DataFilter_TimeOnlyRangeFilter_Increment" data-uid="C1.WPF.DataFilter.TimeOnlyRangeFilter.Increment">
          <a class="xref" href="C1.WPF.DataFilter.TimeOnlyRangeFilter.Increment.html#C1_WPF_DataFilter_TimeOnlyRangeFilter_Increment">Increment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the increment applied when the user pressed the up/down arrow keys.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DataFilter_TimeOnlyRangeFilter_Placeholder" data-uid="C1.WPF.DataFilter.TimeOnlyRangeFilter.Placeholder">
          <a class="xref" href="C1.WPF.DataFilter.TimeOnlyRangeFilter.Placeholder.html#C1_WPF_DataFilter_TimeOnlyRangeFilter_Placeholder">Placeholder</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the placeholder text.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
