# FarPoint.Win.Spread.DateTimeGroupingType

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="FarPoint_Win_Spread_DateTimeGroupingType" data-uid="FarPoint.Win.Spread.DateTimeGroupingType" class="text-break">DateTimeGroupingType Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the part of the date time value used in a comparision.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.Spread.html">FarPoint.Win.Spread</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.Spread.dll</h6>
  <h5 id="FarPoint_Win_Spread_DateTimeGroupingType_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Flags]
public enum DateTimeGroupingType</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;Flags&gt;
Public Enum DateTimeGroupingType</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="FarPoint_Win_Spread_DateTimeGroupingType_All">All</td>
        <td><p>Specifies datetime values compared by all values</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_DateTimeGroupingType_Date">Date</td>
        <td><p>Specifies datetime values compared by date (time is ignored)</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_DateTimeGroupingType_Day">Day</td>
        <td><p>Specifies datetime values compared by day</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_DateTimeGroupingType_Hour">Hour</td>
        <td><p>Specifies datetime values compared by hour</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_DateTimeGroupingType_Minute">Minute</td>
        <td><p>Specifies datetime values compared by minute</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_DateTimeGroupingType_Month">Month</td>
        <td><p>Specifies datetime values compared by month</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_DateTimeGroupingType_Second">Second</td>
        <td><p>Specifies datetime values compared by second</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_DateTimeGroupingType_Year">Year</td>
        <td><p>Specifies datetime values compared by year</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
