# C1.Win.GanttView.TimeInterval

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_GanttView_TimeInterval" data-uid="C1.Win.GanttView.TimeInterval" class="text-break">TimeInterval Class
</h1>
  <div class="markdown level0 summary"><p>Specifies the working time interval.</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">TimeInterval</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>
  <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_TimeInterval_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class TimeInterval : INotifyPropertyChanged</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class TimeInterval
    Implements 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_TimeInterval__ctor" data-uid="C1.Win.GanttView.TimeInterval.#ctor">
          <a class="xref" href="C1.Win.GanttView.TimeInterval.-ctor.html#C1_Win_GanttView_TimeInterval__ctor">TimeInterval()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes the TimeInterval members.</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_TimeInterval_Empty" data-uid="C1.Win.GanttView.TimeInterval.Empty">
          <a class="xref" href="C1.Win.GanttView.TimeInterval.Empty.html#C1_Win_GanttView_TimeInterval_Empty">Empty</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the time interval is empty (not used).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_TimeInterval_From" data-uid="C1.Win.GanttView.TimeInterval.From">
          <a class="xref" href="C1.Win.GanttView.TimeInterval.From.html#C1_Win_GanttView_TimeInterval_From">From</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the working time start.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_TimeInterval_To" data-uid="C1.Win.GanttView.TimeInterval.To">
          <a class="xref" href="C1.Win.GanttView.TimeInterval.To.html#C1_Win_GanttView_TimeInterval_To">To</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the working time end.</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_TimeInterval_OnPropertyChanged_System_ComponentModel_PropertyChangedEventArgs_" data-uid="C1.Win.GanttView.TimeInterval.OnPropertyChanged(System.ComponentModel.PropertyChangedEventArgs)">
          <a class="xref" href="C1.Win.GanttView.TimeInterval.OnPropertyChanged.html#C1_Win_GanttView_TimeInterval_OnPropertyChanged_System_ComponentModel_PropertyChangedEventArgs_">OnPropertyChanged(PropertyChangedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.GanttView.TimeInterval.PropertyChanged.html">PropertyChanged</a> event.</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_TimeInterval_PropertyChanged" data-uid="C1.Win.GanttView.TimeInterval.PropertyChanged">
          <a class="xref" href="C1.Win.GanttView.TimeInterval.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>
