# GrapeCity.Win.Spread.InputMan.CellType.Fields.DateAmPmDisplayFieldInfo.-ctor

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Win_Spread_InputMan_CellType_Fields_DateAmPmDisplayFieldInfo__ctor_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.Fields.DateAmPmDisplayFieldInfo.#ctor*">DateAmPmDisplayFieldInfo Constructor
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Win_Spread_InputMan_CellType_Fields_DateAmPmDisplayFieldInfo__ctor_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.Fields.DateAmPmDisplayFieldInfo.#ctor*"></a>
<h4 id="GrapeCity_Win_Spread_InputMan_CellType_Fields_DateAmPmDisplayFieldInfo__ctor" data-uid="GrapeCity.Win.Spread.InputMan.CellType.Fields.DateAmPmDisplayFieldInfo.#ctor">DateAmPmDisplayFieldInfo()</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Fields.DateAmPmDisplayFieldInfo.html">DateAmPmDisplayFieldInfo</a> class.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public DateAmPmDisplayFieldInfo()</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New()</code></pre>
</div>


<a id="GrapeCity_Win_Spread_InputMan_CellType_Fields_DateAmPmDisplayFieldInfo__ctor_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.Fields.DateAmPmDisplayFieldInfo.#ctor*"></a>
<h4 id="GrapeCity_Win_Spread_InputMan_CellType_Fields_DateAmPmDisplayFieldInfo__ctor_GrapeCity_Win_Spread_InputMan_CellType_AmPmPattern_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.Fields.DateAmPmDisplayFieldInfo.#ctor(GrapeCity.Win.Spread.InputMan.CellType.AmPmPattern)">DateAmPmDisplayFieldInfo(AmPmPattern)</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Fields.DateAmPmDisplayFieldInfo.html">DateAmPmDisplayFieldInfo</a> class.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public DateAmPmDisplayFieldInfo(AmPmPattern pattern)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(pattern As AmPmPattern)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.AmPmPattern.html">AmPmPattern</a></td>
      <td><span class="parametername">pattern</span></td>
      <td><p>An <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.AmPmPattern.html">AmPmPattern</a> value that indicates the AMPM pattern.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_Win_Spread_InputMan_CellType_Fields_DateAmPmDisplayFieldInfo__ctor_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.Fields.DateAmPmDisplayFieldInfo.#ctor*"></a>
<h4 id="GrapeCity_Win_Spread_InputMan_CellType_Fields_DateAmPmDisplayFieldInfo__ctor_GrapeCity_Win_Spread_InputMan_CellType_AmPmPattern_System_String_System_String_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.Fields.DateAmPmDisplayFieldInfo.#ctor(GrapeCity.Win.Spread.InputMan.CellType.AmPmPattern,System.String,System.String)">DateAmPmDisplayFieldInfo(AmPmPattern, string, string)</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Fields.DateAmPmDisplayFieldInfo.html">DateAmPmDisplayFieldInfo</a> class.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public DateAmPmDisplayFieldInfo(AmPmPattern pattern, string amDesignator, string pmDesignator)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(pattern As AmPmPattern, amDesignator As String, pmDesignator As String)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.AmPmPattern.html">AmPmPattern</a></td>
      <td><span class="parametername">pattern</span></td>
      <td><p>An <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.AmPmPattern.html">AmPmPattern</a> value that indicates the AMPM pattern.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">amDesignator</span></td>
      <td><p>A <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a> value that indicates the <span class="xref">DateAmPmDisplayFieldInfo.AMDesignator</span>.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">pmDesignator</span></td>
      <td><p>A <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a> value that indicates the <span class="xref">DateAmPmDisplayFieldInfo.PMDesignator</span>.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
