# C1.WPF.Schedule.DayOfWeekSlot

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Schedule_DayOfWeekSlot" data-uid="C1.WPF.Schedule.DayOfWeekSlot" class="text-break">DayOfWeekSlot Class
</h1>
  <div class="markdown level0 summary"><p>Provides a data about a day of a week for the <a class="xref" href="C1.WPF.Schedule.DaysOfWeekPresenter.html">DaysOfWeekPresenter</a>.</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="https://learn.microsoft.com/dotnet/api/system.windows.threading.dispatcherobject">DispatcherObject</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.dependencyobject">DependencyObject</a></div>
    <div class="level3"><span class="xref">DayOfWeekSlot</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Schedule.html">C1.WPF.Schedule</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Schedule.4.6.2.dll</h6>
  <h5 id="C1_WPF_Schedule_DayOfWeekSlot_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class DayOfWeekSlot : DependencyObject</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class DayOfWeekSlot
    Inherits DependencyObject</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_WPF_Schedule_DayOfWeekSlot_DayFullName" data-uid="C1.WPF.Schedule.DayOfWeekSlot.DayFullName">
          <a class="xref" href="C1.WPF.Schedule.DayOfWeekSlot.DayFullName.html#C1_WPF_Schedule_DayOfWeekSlot_DayFullName">DayFullName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a culture specific full name for the <a class="xref" href="C1.WPF.Schedule.DayOfWeekSlot.DayOfWeek.html#C1_WPF_Schedule_DayOfWeekSlot_DayOfWeek">DayOfWeek</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_DayOfWeekSlot_DayOfWeek" data-uid="C1.WPF.Schedule.DayOfWeekSlot.DayOfWeek">
          <a class="xref" href="C1.WPF.Schedule.DayOfWeekSlot.DayOfWeek.html#C1_WPF_Schedule_DayOfWeekSlot_DayOfWeek">DayOfWeek</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a day of a week represented by the <a class="xref" href="C1.WPF.Schedule.DayOfWeekSlot.html">DayOfWeekSlot</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_DayOfWeekSlot_DayShortName" data-uid="C1.WPF.Schedule.DayOfWeekSlot.DayShortName">
          <a class="xref" href="C1.WPF.Schedule.DayOfWeekSlot.DayShortName.html#C1_WPF_Schedule_DayOfWeekSlot_DayShortName">DayShortName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a culture specific short name for the <a class="xref" href="C1.WPF.Schedule.DayOfWeekSlot.DayOfWeek.html#C1_WPF_Schedule_DayOfWeekSlot_DayOfWeek">DayOfWeek</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_DayOfWeekSlot_DayShortestName" data-uid="C1.WPF.Schedule.DayOfWeekSlot.DayShortestName">
          <a class="xref" href="C1.WPF.Schedule.DayOfWeekSlot.DayShortestName.html#C1_WPF_Schedule_DayOfWeekSlot_DayShortestName">DayShortestName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a culture specific shortest name for the <a class="xref" href="C1.WPF.Schedule.DayOfWeekSlot.DayOfWeek.html#C1_WPF_Schedule_DayOfWeekSlot_DayOfWeek">DayOfWeek</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_DayOfWeekSlot_IsWeekend" data-uid="C1.WPF.Schedule.DayOfWeekSlot.IsWeekend">
          <a class="xref" href="C1.WPF.Schedule.DayOfWeekSlot.IsWeekend.html#C1_WPF_Schedule_DayOfWeekSlot_IsWeekend">IsWeekend</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the <a class="xref" href="C1.WPF.Schedule.DayOfWeekSlot.DayOfWeek.html#C1_WPF_Schedule_DayOfWeekSlot_DayOfWeek">DayOfWeek</a> is a weekend.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_DayOfWeekSlot_Owner" data-uid="C1.WPF.Schedule.DayOfWeekSlot.Owner">
          <a class="xref" href="C1.WPF.Schedule.DayOfWeekSlot.Owner.html#C1_WPF_Schedule_DayOfWeekSlot_Owner">Owner</a>
        </td>
        <td class="markdown level1 summary"><p>Returns reference to the owning <a class="xref" href="C1.WPF.Schedule.C1CalendarItem.html">C1CalendarItem</a> control.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
