# GrapeCity.Win.Spread.InputMan.CellType.IHoliday

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Win_Spread_InputMan_CellType_IHoliday" data-uid="GrapeCity.Win.Spread.InputMan.CellType.IHoliday" class="text-break">IHoliday Interface
</h1>
  <div class="markdown level0 summary"><p>Defines methods to retrieve holidays from the implementing
references or value types.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.html">GrapeCity.Win.Spread.InputMan.CellType</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Win.PluginInputMan.dll</h6>
  <h5 id="GrapeCity_Win_Spread_InputMan_CellType_IHoliday_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IHoliday</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IHoliday</code></pre>
  </div>
  <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="GrapeCity_Win_Spread_InputMan_CellType_IHoliday_IsYearly" data-uid="GrapeCity.Win.Spread.InputMan.CellType.IHoliday.IsYearly">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.IHoliday.IsYearly.html#GrapeCity_Win_Spread_InputMan_CellType_IHoliday_IsYearly">IsYearly</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the holiday implementation is yearly.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_IHoliday_Name" data-uid="GrapeCity.Win.Spread.InputMan.CellType.IHoliday.Name">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.IHoliday.Name.html#GrapeCity_Win_Spread_InputMan_CellType_IHoliday_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the holiday.</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_Win_Spread_InputMan_CellType_IHoliday_IsHoliday_System_DateTime_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.IHoliday.IsHoliday(System.DateTime)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.IHoliday.IsHoliday.html#GrapeCity_Win_Spread_InputMan_CellType_IHoliday_IsHoliday_System_DateTime_">IsHoliday(DateTime)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the specified date is a holiday.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_IHoliday_TypeOfDay_System_DateTime_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.IHoliday.TypeOfDay(System.DateTime)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.IHoliday.TypeOfDay.html#GrapeCity_Win_Spread_InputMan_CellType_IHoliday_TypeOfDay_System_DateTime_">TypeOfDay(DateTime)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the type of day for the specified date.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
