# FarPoint.Win.SuperEdit.GeneralFormatter.GetTimePartOrdering

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Win_SuperEdit_GeneralFormatter_GetTimePartOrdering_" data-uid="FarPoint.Win.SuperEdit.GeneralFormatter.GetTimePartOrdering*">GetTimePartOrdering Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Win_SuperEdit_GeneralFormatter_GetTimePartOrdering_" data-uid="FarPoint.Win.SuperEdit.GeneralFormatter.GetTimePartOrdering*"></a>
<h4 id="FarPoint_Win_SuperEdit_GeneralFormatter_GetTimePartOrdering_FarPoint_Win_SuperEdit_GeneralFormatter_FpseDecodeParameters_System_String_" data-uid="FarPoint.Win.SuperEdit.GeneralFormatter.GetTimePartOrdering(FarPoint.Win.SuperEdit.GeneralFormatter.FpseDecodeParameters,System.String)">GetTimePartOrdering(FpseDecodeParameters, string)</h4>
<div class="markdown level1 summary"><p>Parses time format string to determine the order of the hour-min-secs-am/pm
(and which are included).</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">protected virtual bool GetTimePartOrdering(GeneralFormatter.FpseDecodeParameters pParams, string strTimeFmt)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Protected Overridable Function GetTimePartOrdering(pParams As GeneralFormatter.FpseDecodeParameters, strTimeFmt As String) As Boolean</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="FarPoint.Win.SuperEdit.GeneralFormatter.html">GeneralFormatter</a>.<a class="xref" href="FarPoint.Win.SuperEdit.GeneralFormatter.FpseDecodeParameters.html">FpseDecodeParameters</a></td>
      <td><span class="parametername">pParams</span></td>
      <td><p>Parts parameters</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">strTimeFmt</span></td>
      <td><p>Time format string</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><p>false if no time parts were found; true otherwise</p>
</td>
    </tr>
  </tbody>
</table>
</div>
