# C1.Win.GanttView.TaskDatePoint

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_GanttView_TaskDatePoint" data-uid="C1.Win.GanttView.TaskDatePoint" class="text-break">TaskDatePoint Struct
</h1>
  <div class="markdown level0 summary"><p>Structure that determine point on chart view.</p>
</div>
  <div class="markdown level0 conceptual"></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_TaskDatePoint_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public struct TaskDatePoint</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Structure TaskDatePoint</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_TaskDatePoint__ctor_C1_Win_GanttView_BaseTask_System_DateTime_" data-uid="C1.Win.GanttView.TaskDatePoint.#ctor(C1.Win.GanttView.BaseTask,System.DateTime)">
          <a class="xref" href="C1.Win.GanttView.TaskDatePoint.-ctor.html#C1_Win_GanttView_TaskDatePoint__ctor_C1_Win_GanttView_BaseTask_System_DateTime_">TaskDatePoint(BaseTask, DateTime)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates the TaskDatePoint object.</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_TaskDatePoint_Date" data-uid="C1.Win.GanttView.TaskDatePoint.Date">
          <a class="xref" href="C1.Win.GanttView.TaskDatePoint.Date.html#C1_Win_GanttView_TaskDatePoint_Date">Date</a>
        </td>
        <td class="markdown level1 summary"><p>The Date in point.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_TaskDatePoint_Task" data-uid="C1.Win.GanttView.TaskDatePoint.Task">
          <a class="xref" href="C1.Win.GanttView.TaskDatePoint.Task.html#C1_Win_GanttView_TaskDatePoint_Task">Task</a>
        </td>
        <td class="markdown level1 summary"><p>The Task in point.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
