# GrapeCity.Spreadsheet.TimePeriods

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Spreadsheet_TimePeriods" data-uid="GrapeCity.Spreadsheet.TimePeriods" class="text-break">TimePeriods Enum
</h1>
  <div class="markdown level0 summary"><p>Represents a time period which is used in date conditions.</p>
</div>
  <div class="markdown level0 conceptual"></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_TimePeriods_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum TimePeriods</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum TimePeriods</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="GrapeCity_Spreadsheet_TimePeriods_Last7Days">Last7Days</td>
        <td><p>A date in the last seven days.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_TimePeriods_LastMonth">LastMonth</td>
        <td><p>A date occuring in the last calendar month.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_TimePeriods_LastWeek">LastWeek</td>
        <td><p>A date occuring last week.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_TimePeriods_NextMonth">NextMonth</td>
        <td><p>A date occuring in the next calendar month.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_TimePeriods_NextWeek">NextWeek</td>
        <td><p>A date occuring next week.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_TimePeriods_ThisMonth">ThisMonth</td>
        <td><p>A date occuring in this calendar month.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_TimePeriods_ThisWeek">ThisWeek</td>
        <td><p>A date occuring this week.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_TimePeriods_Today">Today</td>
        <td><p>Today's date.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_TimePeriods_Tomorrow">Tomorrow</td>
        <td><p>Tomorrow's date.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_TimePeriods_Yesterday">Yesterday</td>
        <td><p>Yesterday's date.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
