# GrapeCity.Wpf.SpreadSheet.CellType.Editors.EraPattern

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_EraPattern" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.EraPattern" class="text-break">EraPattern Enum
</h1>
  <div class="markdown level0 summary"><p>Defines what kind of pattern will be display in the <span class="xref">GrapeCity.Windows.InputMan.Fields.DateEraField</span>.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.html">GrapeCity.Wpf.SpreadSheet.CellType.Editors</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Wpf.SpreadSheet.CellType.dll</h6>
  <h5 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_EraPattern_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum EraPattern</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum EraPattern</code></pre>
  </div>
  <h5 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_EraPattern_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>If <span class="xref">GrapeCity.Windows.InputMan.GcDateTime</span> value is &quot;1869/01/01&quot;, when setting <span class="xref">GrapeCity.Windows.InputMan.Fields.DateEraField.Pattern</span> to <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.EraPattern.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_EraPattern_EraName">EraName</a>, the <span class="xref">GrapeCity.Windows.InputMan.Fields.DateEraField.Text</span> is &quot;明治&quot;; when setting to <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.EraPattern.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_EraPattern_AbbreviatedEraName">AbbreviatedEraName</a>, the <span class="xref">GrapeCity.Windows.InputMan.Fields.DateEraField.Text</span> is &quot;明&quot;; and when setting to <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.EraPattern.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_EraPattern_Symbol">Symbol</a>, the <span class="xref">DateEraField.Text</span> is &quot;M&quot;.</p>
</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_Wpf_SpreadSheet_CellType_Editors_EraPattern_AbbreviatedEraName">AbbreviatedEraName</td>
        <td><p>Display an abbreviated era name.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_EraPattern_EraName">EraName</td>
        <td><p>Display a full era name.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_EraPattern_Symbol">Symbol</td>
        <td><p>Display a symbol.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
