# C1.Win.GanttView.FirstMonthOfFY

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_GanttView_FirstMonthOfFY" data-uid="C1.Win.GanttView.FirstMonthOfFY" class="text-break">FirstMonthOfFY Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the first month of the fiscal year.</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_FirstMonthOfFY_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum FirstMonthOfFY</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum FirstMonthOfFY</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="C1_Win_GanttView_FirstMonthOfFY_April">April</td>
        <td><p>Fiscal year starts in April.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_FirstMonthOfFY_August">August</td>
        <td><p>Fiscal year starts in August.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_FirstMonthOfFY_December">December</td>
        <td><p>Fiscal year starts in December.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_FirstMonthOfFY_February">February</td>
        <td><p>Fiscal year starts in February.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_FirstMonthOfFY_January">January</td>
        <td><p>Fiscal year is the same as the calendar year.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_FirstMonthOfFY_July">July</td>
        <td><p>Fiscal year starts in July.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_FirstMonthOfFY_June">June</td>
        <td><p>Fiscal year starts in June.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_FirstMonthOfFY_March">March</td>
        <td><p>Fiscal year starts in March.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_FirstMonthOfFY_May">May</td>
        <td><p>Fiscal year starts in May.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_FirstMonthOfFY_November">November</td>
        <td><p>Fiscal year starts in November.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_FirstMonthOfFY_October">October</td>
        <td><p>Fiscal year starts in October.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_FirstMonthOfFY_September">September</td>
        <td><p>Fiscal year starts in September.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
