# C1.WPF.DataFilter.TimeSpanFilter

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_DataFilter_TimeSpanFilter" data-uid="C1.WPF.DataFilter.TimeSpanFilter" class="text-break">TimeSpanFilter Class
</h1>
  <div class="markdown level0 summary"><p>Conditional filter for <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.timespan">TimeSpan</a> data type.</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.ConditionalFilter.html">ConditionalFilter</a></div>
    <div class="level4"><span class="xref">TimeSpanFilter</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_TimeSpanFilter_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class TimeSpanFilter : ConditionalFilter, INotifyPropertyChanged</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class TimeSpanFilter
    Inherits ConditionalFilter
    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_TimeSpanFilter__ctor" data-uid="C1.WPF.DataFilter.TimeSpanFilter.#ctor">
          <a class="xref" href="C1.WPF.DataFilter.TimeSpanFilter.-ctor.html#C1_WPF_DataFilter_TimeSpanFilter__ctor">TimeSpanFilter()</a>
        </td>
        <td class="markdown level1 summary"></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_TimeSpanFilter_Increment" data-uid="C1.WPF.DataFilter.TimeSpanFilter.Increment">
          <a class="xref" href="C1.WPF.DataFilter.TimeSpanFilter.Increment.html#C1_WPF_DataFilter_TimeSpanFilter_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_TimeSpanFilter_Maximum" data-uid="C1.WPF.DataFilter.TimeSpanFilter.Maximum">
          <a class="xref" href="C1.WPF.DataFilter.TimeSpanFilter.Maximum.html#C1_WPF_DataFilter_TimeSpanFilter_Maximum">Maximum</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the maximum possible value for the filter.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DataFilter_TimeSpanFilter_Minimum" data-uid="C1.WPF.DataFilter.TimeSpanFilter.Minimum">
          <a class="xref" href="C1.WPF.DataFilter.TimeSpanFilter.Minimum.html#C1_WPF_DataFilter_TimeSpanFilter_Minimum">Minimum</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the minimum possible value for the filter.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DataFilter_TimeSpanFilter_Placeholder" data-uid="C1.WPF.DataFilter.TimeSpanFilter.Placeholder">
          <a class="xref" href="C1.WPF.DataFilter.TimeSpanFilter.Placeholder.html#C1_WPF_DataFilter_TimeSpanFilter_Placeholder">Placeholder</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the placeholder text.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DataFilter_TimeSpanFilter_SupportedFilterOperations" data-uid="C1.WPF.DataFilter.TimeSpanFilter.SupportedFilterOperations">
          <a class="xref" href="C1.WPF.DataFilter.TimeSpanFilter.SupportedFilterOperations.html#C1_WPF_DataFilter_TimeSpanFilter_SupportedFilterOperations">SupportedFilterOperations</a>
        </td>
        <td class="markdown level1 summary"><p>List of supported <span class="xref">C1.DataCollection.FilterOperation</span>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
