# FarPoint.Win.Spread.TimePeriod

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="FarPoint_Win_Spread_TimePeriod" data-uid="FarPoint.Win.Spread.TimePeriod" class="text-break">TimePeriod Enum
</h1>
  <div class="markdown level0 summary"><p>Represents a time period which is used in a date conditional formatting rule.
These are dynamic time periods, which change based on the date when the conditional formatting rule is refreshed or applied.</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_TimePeriod_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum TimePeriod</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum TimePeriod</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_TimePeriod_Last7Days">Last7Days</td>
        <td><p>Indicates a date in the last seven days.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_TimePeriod_LastMonth">LastMonth</td>
        <td><p>Indicates a date that occurred in the last calendar month.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_TimePeriod_LastWeek">LastWeek</td>
        <td><p>Indicates a date that occurred last week.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_TimePeriod_NextMonth">NextMonth</td>
        <td><p>Indicates a date that occurs in the next calendar month.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_TimePeriod_NextWeek">NextWeek</td>
        <td><p>Indicates a date that occurs next week.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_TimePeriod_ThisMonth">ThisMonth</td>
        <td><p>Indicates a date that occurs in this calendar month.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_TimePeriod_ThisWeek">ThisWeek</td>
        <td><p>Indicates a date that occurs this week.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_TimePeriod_Today">Today</td>
        <td><p>Indicates today's date.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_TimePeriod_Tomorrow">Tomorrow</td>
        <td><p>Indicates tomorrow's date.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_TimePeriod_Yesterday">Yesterday</td>
        <td><p>Indicates yesterday's date.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
