# C1.Win.GanttView.WorkWeek

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_GanttView_WorkWeek" data-uid="C1.Win.GanttView.WorkWeek" class="text-break">WorkWeek Class
</h1>
  <div class="markdown level0 summary"><p>Specifies a work week for a given period.</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.Win.GanttView.BaseWorkWeek.html">BaseWorkWeek</a></div>
    <div class="level2"><span class="xref">WorkWeek</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="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.GanttView.html">C1.Win.GanttView</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.GanttView.10.dll</h6>
  <h5 id="C1_Win_GanttView_WorkWeek_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(WorkWeekConverter))]
public class WorkWeek : BaseWorkWeek, INotifyPropertyChanged, ICloneable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(WorkWeekConverter))&gt;
Public Class WorkWeek
    Inherits BaseWorkWeek
    Implements INotifyPropertyChanged, ICloneable</code></pre>
  </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="C1_Win_GanttView_WorkWeek__ctor" data-uid="C1.Win.GanttView.WorkWeek.#ctor">
          <a class="xref" href="C1.Win.GanttView.WorkWeek.-ctor.html#C1_Win_GanttView_WorkWeek__ctor">WorkWeek()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of a <a class="xref" href="C1.Win.GanttView.WorkWeek.html">WorkWeek</a>.</p>
</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="C1_Win_GanttView_WorkWeek_FinishDate" data-uid="C1.Win.GanttView.WorkWeek.FinishDate">
          <a class="xref" href="C1.Win.GanttView.WorkWeek.FinishDate.html#C1_Win_GanttView_WorkWeek_FinishDate">FinishDate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the finish date of a work week.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_WorkWeek_Name" data-uid="C1.Win.GanttView.WorkWeek.Name">
          <a class="xref" href="C1.Win.GanttView.WorkWeek.Name.html#C1_Win_GanttView_WorkWeek_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of a work week.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_WorkWeek_StartDate" data-uid="C1.Win.GanttView.WorkWeek.StartDate">
          <a class="xref" href="C1.Win.GanttView.WorkWeek.StartDate.html#C1_Win_GanttView_WorkWeek_StartDate">StartDate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the start date of a work week.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
