# C1.Win.GanttView.CustomCalendar

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_GanttView_CustomCalendar" data-uid="C1.Win.GanttView.CustomCalendar" class="text-break">CustomCalendar Class
</h1>
  <div class="markdown level0 summary"><p>Identifies working times for the project tasks.</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"><span class="xref">CustomCalendar</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.inotifypropertychanged">INotifyPropertyChanged</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_CustomCalendar_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(CustomCalendarConverter))]
public class CustomCalendar : BasePersistableObject, ICloneable, INotifyPropertyChanged</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(CustomCalendarConverter))&gt;
Public Class CustomCalendar
    Inherits BasePersistableObject
    Implements ICloneable, INotifyPropertyChanged</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_CustomCalendar__ctor" data-uid="C1.Win.GanttView.CustomCalendar.#ctor">
          <a class="xref" href="C1.Win.GanttView.CustomCalendar.-ctor.html#C1_Win_GanttView_CustomCalendar__ctor">CustomCalendar()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of a <a class="xref" href="C1.Win.GanttView.CustomCalendar.html">CustomCalendar</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_CustomCalendar_CalendarExceptions" data-uid="C1.Win.GanttView.CustomCalendar.CalendarExceptions">
          <a class="xref" href="C1.Win.GanttView.CustomCalendar.CalendarExceptions.html#C1_Win_GanttView_CustomCalendar_CalendarExceptions">CalendarExceptions</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of calendar exceptions.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_CustomCalendar_HonorDefaultExceptions" data-uid="C1.Win.GanttView.CustomCalendar.HonorDefaultExceptions">
          <a class="xref" href="C1.Win.GanttView.CustomCalendar.HonorDefaultExceptions.html#C1_Win_GanttView_CustomCalendar_HonorDefaultExceptions">HonorDefaultExceptions</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the default calendar exceptions should be taken into account.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_CustomCalendar_ID" data-uid="C1.Win.GanttView.CustomCalendar.ID">
          <a class="xref" href="C1.Win.GanttView.CustomCalendar.ID.html#C1_Win_GanttView_CustomCalendar_ID">ID</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the custom calendar's autogenerated ID.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_CustomCalendar_Name" data-uid="C1.Win.GanttView.CustomCalendar.Name">
          <a class="xref" href="C1.Win.GanttView.CustomCalendar.Name.html#C1_Win_GanttView_CustomCalendar_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the custom calendar.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_CustomCalendar_Schedule" data-uid="C1.Win.GanttView.CustomCalendar.Schedule">
          <a class="xref" href="C1.Win.GanttView.CustomCalendar.Schedule.html#C1_Win_GanttView_CustomCalendar_Schedule">Schedule</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the owner <a class="xref" href="C1.Win.GanttView.CustomCalendar.Schedule.html#C1_Win_GanttView_CustomCalendar_Schedule">Schedule</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_CustomCalendar_WorkWeeks" data-uid="C1.Win.GanttView.CustomCalendar.WorkWeeks">
          <a class="xref" href="C1.Win.GanttView.CustomCalendar.WorkWeeks.html#C1_Win_GanttView_CustomCalendar_WorkWeeks">WorkWeeks</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of work weeks.</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_Win_GanttView_CustomCalendar_GetHashCode" data-uid="C1.Win.GanttView.CustomCalendar.GetHashCode">
          <a class="xref" href="C1.Win.GanttView.CustomCalendar.GetHashCode.html#C1_Win_GanttView_CustomCalendar_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the hash code for this <a class="xref" href="C1.Win.GanttView.CustomCalendar.html">CustomCalendar</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_CustomCalendar_OnPropertyChanged_System_ComponentModel_PropertyChangedEventArgs_" data-uid="C1.Win.GanttView.CustomCalendar.OnPropertyChanged(System.ComponentModel.PropertyChangedEventArgs)">
          <a class="xref" href="C1.Win.GanttView.CustomCalendar.OnPropertyChanged.html#C1_Win_GanttView_CustomCalendar_OnPropertyChanged_System_ComponentModel_PropertyChangedEventArgs_">OnPropertyChanged(PropertyChangedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.GanttView.CustomCalendar.PropertyChanged.html">PropertyChanged</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_CustomCalendar_ToString" data-uid="C1.Win.GanttView.CustomCalendar.ToString">
          <a class="xref" href="C1.Win.GanttView.CustomCalendar.ToString.html#C1_Win_GanttView_CustomCalendar_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a String that represents the current <a class="xref" href="C1.Win.GanttView.CustomCalendar.html">CustomCalendar</a>.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</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_CustomCalendar_PropertyChanged" data-uid="C1.Win.GanttView.CustomCalendar.PropertyChanged">
          <a class="xref" href="C1.Win.GanttView.CustomCalendar.PropertyChanged.html">PropertyChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the value of a property changes.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
