# C1.Blazor.Calendar.CalendarDayOfWeekSlotInfo

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Blazor_Calendar_CalendarDayOfWeekSlotInfo" data-uid="C1.Blazor.Calendar.CalendarDayOfWeekSlotInfo" class="text-break">CalendarDayOfWeekSlotInfo Class
</h1>
  <div class="markdown level0 summary"><p>Contains info about day of week slots.</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="C1.Blazor.Calendar.CalendarSlotInfo.html">CalendarSlotInfo</a></div>
    <div class="level2"><a class="xref" href="C1.Blazor.Calendar.CalendarMonthSlotInfo.html">CalendarMonthSlotInfo</a></div>
    <div class="level3"><span class="xref">CalendarDayOfWeekSlotInfo</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Blazor.Calendar.html">C1.Blazor.Calendar</a></h6>
  <h6><strong>Assembly</strong>: C1.Blazor.Calendar.dll</h6>
  <h5 id="C1_Blazor_Calendar_CalendarDayOfWeekSlotInfo_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class CalendarDayOfWeekSlotInfo : CalendarMonthSlotInfo</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class CalendarDayOfWeekSlotInfo
    Inherits CalendarMonthSlotInfo</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="C1_Blazor_Calendar_CalendarDayOfWeekSlotInfo_DayOfWeek" data-uid="C1.Blazor.Calendar.CalendarDayOfWeekSlotInfo.DayOfWeek">
          <a class="xref" href="C1.Blazor.Calendar.CalendarDayOfWeekSlotInfo.DayOfWeek.html#C1_Blazor_Calendar_CalendarDayOfWeekSlotInfo_DayOfWeek">DayOfWeek</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the day of week associated with the slot.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Calendar_CalendarDayOfWeekSlotInfo_IsWeekend" data-uid="C1.Blazor.Calendar.CalendarDayOfWeekSlotInfo.IsWeekend">
          <a class="xref" href="C1.Blazor.Calendar.CalendarDayOfWeekSlotInfo.IsWeekend.html#C1_Blazor_Calendar_CalendarDayOfWeekSlotInfo_IsWeekend">IsWeekend</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether it is a weekend day.</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="C1_Blazor_Calendar_CalendarDayOfWeekSlotInfo_Equals_System_Object_" data-uid="C1.Blazor.Calendar.CalendarDayOfWeekSlotInfo.Equals(System.Object)">
          <a class="xref" href="C1.Blazor.Calendar.CalendarDayOfWeekSlotInfo.Equals.html#C1_Blazor_Calendar_CalendarDayOfWeekSlotInfo_Equals_System_Object_">Equals(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a>, is equal to this instance.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Calendar_CalendarDayOfWeekSlotInfo_GetHashCode" data-uid="C1.Blazor.Calendar.CalendarDayOfWeekSlotInfo.GetHashCode">
          <a class="xref" href="C1.Blazor.Calendar.CalendarDayOfWeekSlotInfo.GetHashCode.html#C1_Blazor_Calendar_CalendarDayOfWeekSlotInfo_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a hash code for this instance.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="seealso">See Also</h3>
  <div class="seealso">
      <div><a class="xref" href="C1.Blazor.Calendar.CalendarSlotInfo.html">CalendarSlotInfo</a></div>
  </div>

</div>
