# GrapeCity.Spreadsheet.DateGroupItem

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_DateGroupItem" data-uid="GrapeCity.Spreadsheet.DateGroupItem" class="text-break">DateGroupItem Struct
</h1>
  <div class="markdown level0 summary"><p>This collection is used to express a group of dates or times which are used in an AutoFilter criteria</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icomparable-1">IComparable</a>&lt;<a class="xref" href="GrapeCity.Spreadsheet.DateGroupItem.html">DateGroupItem</a>&gt;</div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Spreadsheet.html">GrapeCity.Spreadsheet</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Spreadsheet_DateGroupItem_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public struct DateGroupItem : IComparable&lt;DateGroupItem&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Structure DateGroupItem
    Implements IComparable(Of DateGroupItem)</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="GrapeCity_Spreadsheet_DateGroupItem__ctor_GrapeCity_Spreadsheet_DateTimeGrouping_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_" data-uid="GrapeCity.Spreadsheet.DateGroupItem.#ctor(GrapeCity.Spreadsheet.DateTimeGrouping,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="GrapeCity.Spreadsheet.DateGroupItem.-ctor.html#GrapeCity_Spreadsheet_DateGroupItem__ctor_GrapeCity_Spreadsheet_DateTimeGrouping_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_">DateGroupItem(DateTimeGrouping, int, int, int, int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Spreadsheet.DateGroupItem.html">DateGroupItem</a> struct.</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="GrapeCity_Spreadsheet_DateGroupItem_IsMatched_System_DateTime_" data-uid="GrapeCity.Spreadsheet.DateGroupItem.IsMatched(System.DateTime)">
          <a class="xref" href="GrapeCity.Spreadsheet.DateGroupItem.IsMatched.html#GrapeCity_Spreadsheet_DateGroupItem_IsMatched_System_DateTime_">IsMatched(DateTime)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a boolean value indicating whether the two DateTime are matched.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
