# GrapeCity.Wpf.SpreadSheet.CellType.Editors.WeeklyHoliday

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_WeeklyHoliday" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.WeeklyHoliday" class="text-break">WeeklyHoliday Class
</h1>
  <div class="markdown level0 summary"><p>Represents a <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.WeeklyHoliday.html">WeeklyHoliday</a> carrying the holiday override policy on the specific day of week.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.HolidayBase.html">HolidayBase</a></div>
    <div class="level2"><span class="xref">WeeklyHoliday</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.inotifypropertychanged">INotifyPropertyChanged</a></div>
    <div><a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.IHoliday.html">IHoliday</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.html">GrapeCity.Wpf.SpreadSheet.CellType.Editors</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Wpf.SpreadSheet.CellType.dll</h6>
  <h5 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_WeeklyHoliday_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class WeeklyHoliday : HolidayBase, INotifyPropertyChanged, IHoliday, ICloneable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class WeeklyHoliday
    Inherits HolidayBase
    Implements INotifyPropertyChanged, IHoliday, ICloneable</code></pre>
  </div>
  <h5 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_WeeklyHoliday_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>The <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.WeeklyHoliday.html">WeeklyHoliday</a> is defined by specifying the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.WeeklyHoliday.DayOfWeek.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_WeeklyHoliday_DayOfWeek">DayOfWeek</a> and the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.WeeklyHoliday.WeekInMonth.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_WeeklyHoliday_WeekInMonth">WeekInMonth</a>, and it indicates the holiday override behavior when a holiday meets a weekly holiday according to the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.WeeklyHoliday.HolidayOverridePolicy.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_WeeklyHoliday_HolidayOverridePolicy">HolidayOverridePolicy</a>.</p>
</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_Wpf_SpreadSheet_CellType_Editors_WeeklyHoliday__ctor" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.WeeklyHoliday.#ctor">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.WeeklyHoliday.-ctor.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_WeeklyHoliday__ctor">WeeklyHoliday()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <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_Wpf_SpreadSheet_CellType_Editors_WeeklyHoliday_DayOfWeek" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.WeeklyHoliday.DayOfWeek">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.WeeklyHoliday.DayOfWeek.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_WeeklyHoliday_DayOfWeek">DayOfWeek</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the day of week of the weekly holiday occurred on.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_WeeklyHoliday_HolidayName" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.WeeklyHoliday.HolidayName">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.WeeklyHoliday.HolidayName.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_WeeklyHoliday_HolidayName">HolidayName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the weekly holiday.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_WeeklyHoliday_HolidayOverridePolicy" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.WeeklyHoliday.HolidayOverridePolicy">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.WeeklyHoliday.HolidayOverridePolicy.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_WeeklyHoliday_HolidayOverridePolicy">HolidayOverridePolicy</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the holiday override policy.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_WeeklyHoliday_IsYearly" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.WeeklyHoliday.IsYearly">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.WeeklyHoliday.IsYearly.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_WeeklyHoliday_IsYearly">IsYearly</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the holiday implementation is yearly.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_WeeklyHoliday_WeekInMonth" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.WeeklyHoliday.WeekInMonth">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.WeeklyHoliday.WeekInMonth.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_WeeklyHoliday_WeekInMonth">WeekInMonth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the weeks in a month of the weekly 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_Wpf_SpreadSheet_CellType_Editors_WeeklyHoliday_Clone" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.WeeklyHoliday.Clone">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.WeeklyHoliday.Clone.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_WeeklyHoliday_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a shallow copy of the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.WeeklyHoliday.html">WeeklyHoliday</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_WeeklyHoliday_IsDefined_System_DateTime_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.WeeklyHoliday.IsDefined(System.DateTime)">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.WeeklyHoliday.IsDefined.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_WeeklyHoliday_IsDefined_System_DateTime_">IsDefined(DateTime)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the specified date is a <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.WeeklyHoliday.html">WeeklyHoliday</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_WeeklyHoliday_TypeOfDay_System_DateTime_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.WeeklyHoliday.TypeOfDay(System.DateTime)">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.WeeklyHoliday.TypeOfDay.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_WeeklyHoliday_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>
