# FarPoint.Web.Spread.IDateCellType

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Spread_IDateCellType" data-uid="FarPoint.Web.Spread.IDateCellType" class="text-break">IDateCellType Interface
</h1>
  <div class="markdown level0 summary"><p>Represents an interface that works with DateTime values.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Web.Spread.html">FarPoint.Web.Spread</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Web.Spread.dll</h6>
  <h5 id="FarPoint_Web_Spread_IDateCellType_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IDateCellType : ICellType, IEditor, IRenderer, IFormatter</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IDateCellType
    Inherits ICellType, IEditor, IRenderer, IFormatter</code></pre>
  </div>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_Web_Spread_IDateCellType_DateTimeFormat" data-uid="FarPoint.Web.Spread.IDateCellType.DateTimeFormat">
          <a class="xref" href="FarPoint.Web.Spread.IDateCellType.DateTimeFormat.html#FarPoint_Web_Spread_IDateCellType_DateTimeFormat">DateTimeFormat</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a DateTimeFormatInfo that defines the format for displaying dates and times.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_IDateCellType_FormatString" data-uid="FarPoint.Web.Spread.IDateCellType.FormatString">
          <a class="xref" href="FarPoint.Web.Spread.IDateCellType.FormatString.html#FarPoint_Web_Spread_IDateCellType_FormatString">FormatString</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the format string used to format the value.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_IDateCellType_IsDateFormat" data-uid="FarPoint.Web.Spread.IDateCellType.IsDateFormat">
          <a class="xref" href="FarPoint.Web.Spread.IDateCellType.IsDateFormat.html#FarPoint_Web_Spread_IDateCellType_IsDateFormat">IsDateFormat</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the format string is being used is a date-time format string.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
