# GrapeCity.Win.Spread.InputMan.CellType.Fields.TimeSpanInputDisplayFieldInfo

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Win_Spread_InputMan_CellType_Fields_TimeSpanInputDisplayFieldInfo" data-uid="GrapeCity.Win.Spread.InputMan.CellType.Fields.TimeSpanInputDisplayFieldInfo" class="text-break">TimeSpanInputDisplayFieldInfo Class
</h1>
  <div class="markdown level0 summary"><p>Represents <b>TimeSpanInputDisplayFieldInfo</b> class to display fields for the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.GcTimeSpanCellType.html">GcTimeSpanCellType</a> control.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Fields.DisplayFieldInfo.html">DisplayFieldInfo</a></div>
    <div class="level2"><a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Fields.TimeSpanDisplayFieldInfo.html">TimeSpanDisplayFieldInfo</a></div>
    <div class="level3"><span class="xref">TimeSpanInputDisplayFieldInfo</span></div>
      <div class="level4"><a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Fields.TimeSpanDayDisplayFieldInfo.html">TimeSpanDayDisplayFieldInfo</a></div>
      <div class="level4"><a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Fields.TimeSpanDecimalDisplayFieldInfo.html">TimeSpanDecimalDisplayFieldInfo</a></div>
      <div class="level4"><a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Fields.TimeSpanHourDisplayFieldInfo.html">TimeSpanHourDisplayFieldInfo</a></div>
      <div class="level4"><a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Fields.TimeSpanMinuteDisplayFieldInfo.html">TimeSpanMinuteDisplayFieldInfo</a></div>
      <div class="level4"><a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Fields.TimeSpanSecondDisplayFieldInfo.html">TimeSpanSecondDisplayFieldInfo</a></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.INamedObject.html">INamedObject</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.runtime.serialization.iserializable">ISerializable</a></div>
    <div><a class="xref" href="../FarPoint.Win/FarPoint.Win.ISerializeSupport.html">ISerializeSupport</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Fields.html">GrapeCity.Win.Spread.InputMan.CellType.Fields</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Win.PluginInputMan.dll</h6>
  <h5 id="GrapeCity_Win_Spread_InputMan_CellType_Fields_TimeSpanInputDisplayFieldInfo_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class TimeSpanInputDisplayFieldInfo : TimeSpanDisplayFieldInfo, INamedObject, ISerializable, ISerializeSupport</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class TimeSpanInputDisplayFieldInfo
    Inherits TimeSpanDisplayFieldInfo
    Implements INamedObject, ISerializable, ISerializeSupport</code></pre>
  </div>
  <h5 id="GrapeCity_Win_Spread_InputMan_CellType_Fields_TimeSpanInputDisplayFieldInfo_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>This class represents a base inputable field that can accepted by the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.GcTimeSpanCellType.html">GcTimeSpanCellType</a> control.</p>
</div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_Fields_TimeSpanInputDisplayFieldInfo__ctor" data-uid="GrapeCity.Win.Spread.InputMan.CellType.Fields.TimeSpanInputDisplayFieldInfo.#ctor">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Fields.TimeSpanInputDisplayFieldInfo.-ctor.html#GrapeCity_Win_Spread_InputMan_CellType_Fields_TimeSpanInputDisplayFieldInfo__ctor">TimeSpanInputDisplayFieldInfo()</a>
        </td>
        <td class="markdown level1 summary"><p>Default constructor</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_Fields_TimeSpanInputDisplayFieldInfo__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.Fields.TimeSpanInputDisplayFieldInfo.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Fields.TimeSpanInputDisplayFieldInfo.-ctor.html#GrapeCity_Win_Spread_InputMan_CellType_Fields_TimeSpanInputDisplayFieldInfo__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_">TimeSpanInputDisplayFieldInfo(SerializationInfo, StreamingContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of this class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <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="GrapeCity_Win_Spread_InputMan_CellType_Fields_TimeSpanInputDisplayFieldInfo_Digits" data-uid="GrapeCity.Win.Spread.InputMan.CellType.Fields.TimeSpanInputDisplayFieldInfo.Digits">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Fields.TimeSpanInputDisplayFieldInfo.Digits.html#GrapeCity_Win_Spread_InputMan_CellType_Fields_TimeSpanInputDisplayFieldInfo_Digits">Digits</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the digits of the field.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_Fields_TimeSpanInputDisplayFieldInfo_PromptChar" data-uid="GrapeCity.Win.Spread.InputMan.CellType.Fields.TimeSpanInputDisplayFieldInfo.PromptChar">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Fields.TimeSpanInputDisplayFieldInfo.PromptChar.html#GrapeCity_Win_Spread_InputMan_CellType_Fields_TimeSpanInputDisplayFieldInfo_PromptChar">PromptChar</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the prompt char of the field.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_Fields_TimeSpanInputDisplayFieldInfo_GetObjectData_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.Fields.TimeSpanInputDisplayFieldInfo.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Fields.TimeSpanInputDisplayFieldInfo.GetObjectData.html#GrapeCity_Win_Spread_InputMan_CellType_Fields_TimeSpanInputDisplayFieldInfo_GetObjectData_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_">GetObjectData(SerializationInfo, StreamingContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the object data.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_Fields_TimeSpanInputDisplayFieldInfo_Serialize_System_Xml_XmlTextWriter_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.Fields.TimeSpanInputDisplayFieldInfo.Serialize(System.Xml.XmlTextWriter)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Fields.TimeSpanInputDisplayFieldInfo.Serialize.html#GrapeCity_Win_Spread_InputMan_CellType_Fields_TimeSpanInputDisplayFieldInfo_Serialize_System_Xml_XmlTextWriter_">Serialize(XmlTextWriter)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the object to XML.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
