# GrapeCity.Spreadsheet.CalendarType

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Spreadsheet_CalendarType" data-uid="GrapeCity.Spreadsheet.CalendarType" class="text-break">CalendarType Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the calendar type.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Spreadsheet.html">GrapeCity.Spreadsheet</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Spreadsheet_CalendarType_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum CalendarType</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum CalendarType</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="GrapeCity_Spreadsheet_CalendarType_Gregorian">Gregorian</td>
        <td><p>When the item is serialized out as xml, its value is &quot;gregorian&quot;.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_CalendarType_GregorianArabic">GregorianArabic</td>
        <td><p>When the item is serialized out as xml, its value is &quot;gregorianArabic&quot;.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_CalendarType_GregorianMiddleEastFrench">GregorianMiddleEastFrench</td>
        <td><p>When the item is serialized out as xml, its value is &quot;gregorianMeFrench&quot;.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_CalendarType_GregorianTransliteratedEnglish">GregorianTransliteratedEnglish</td>
        <td><p>When the item is serialized out as xml, its value is &quot;gregorianXlitEnglish&quot;.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_CalendarType_GregorianTransliteratedFrench">GregorianTransliteratedFrench</td>
        <td><p>When the item is serialized out as xml, its value is &quot;gregorianXlitFrench&quot;.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_CalendarType_GregorianUs">GregorianUs</td>
        <td><p>When the item is serialized out as xml, its value is &quot;gregorianUs&quot;.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_CalendarType_Hebrew">Hebrew</td>
        <td><p>When the item is serialized out as xml, its value is &quot;hebrew&quot;.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_CalendarType_Hijri">Hijri</td>
        <td><p>When the item is serialized out as xml, its value is &quot;hijri&quot;.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_CalendarType_Japan">Japan</td>
        <td><p>When the item is serialized out as xml, its value is &quot;japan&quot;.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_CalendarType_Korea">Korea</td>
        <td><p>When the item is serialized out as xml, its value is &quot;korea&quot;.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_CalendarType_None">None</td>
        <td><p>When the item is serialized out as xml, its value is &quot;none&quot;.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_CalendarType_Taiwan">Taiwan</td>
        <td><p>When the item is serialized out as xml, its value is &quot;taiwan&quot;.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_CalendarType_Thai">Thai</td>
        <td><p>When the item is serialized out as xml, its value is &quot;thai&quot;.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
