# C1.WPF.Schedule.WeekNumberSlot

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Schedule_WeekNumberSlot" data-uid="C1.WPF.Schedule.WeekNumberSlot" class="text-break">WeekNumberSlot Class
</h1>
  <div class="markdown level0 summary"><p>Provides a data about week number for the <a class="xref" href="C1.WPF.Schedule.WeekNumbersPresenter.html">WeekNumbersPresenter</a> class.</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">WeekNumberSlot</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_WeekNumberSlot_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class WeekNumberSlot : DependencyObject</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class WeekNumberSlot
    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_WeekNumberSlot_Date" data-uid="C1.WPF.Schedule.WeekNumberSlot.Date">
          <a class="xref" href="C1.WPF.Schedule.WeekNumberSlot.Date.html#C1_WPF_Schedule_WeekNumberSlot_Date">Date</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a date represented by the <a class="xref" href="C1.WPF.Schedule.WeekNumberSlot.html">WeekNumberSlot</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_WeekNumberSlot_IsEmpty" data-uid="C1.WPF.Schedule.WeekNumberSlot.IsEmpty">
          <a class="xref" href="C1.WPF.Schedule.WeekNumberSlot.IsEmpty.html#C1_WPF_Schedule_WeekNumberSlot_IsEmpty">IsEmpty</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a> value determining whether this week slot should be displayed as an empty one.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_WeekNumberSlot_Owner" data-uid="C1.WPF.Schedule.WeekNumberSlot.Owner">
          <a class="xref" href="C1.WPF.Schedule.WeekNumberSlot.Owner.html#C1_WPF_Schedule_WeekNumberSlot_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>
      <tr>
        <td id="C1_WPF_Schedule_WeekNumberSlot_WeekNumber" data-uid="C1.WPF.Schedule.WeekNumberSlot.WeekNumber">
          <a class="xref" href="C1.WPF.Schedule.WeekNumberSlot.WeekNumber.html#C1_WPF_Schedule_WeekNumberSlot_WeekNumber">WeekNumber</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a> value representing culture specific week number.</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_WPF_Schedule_WeekNumberSlot_ToString" data-uid="C1.WPF.Schedule.WeekNumberSlot.ToString">
          <a class="xref" href="C1.WPF.Schedule.WeekNumberSlot.ToString.html#C1_WPF_Schedule_WeekNumberSlot_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns string representation of the <a class="xref" href="C1.WPF.Schedule.WeekNumberSlot.Date.html#C1_WPF_Schedule_WeekNumberSlot_Date">Date</a> property value.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
