# C1.C1Preview.TagDateTimeInputParams

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_C1Preview_TagDateTimeInputParams" data-uid="C1.C1Preview.TagDateTimeInputParams" class="text-break">TagDateTimeInputParams Class
</h1>
  <div class="markdown level0 summary"><p>Represents customization parameters for input of <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.datetime">DateTime</a> tag values.</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="C1.C1Preview.TagInputParams.html">TagInputParams</a></div>
    <div class="level2"><span class="xref">TagDateTimeInputParams</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.C1Preview.html">C1.C1Preview</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.PrintDocument.4.6.2.dll</h6>
  <h5 id="C1_C1Preview_TagDateTimeInputParams_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class TagDateTimeInputParams : TagInputParams, ICloneable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class TagDateTimeInputParams
    Inherits TagInputParams
    Implements ICloneable</code></pre>
  </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="C1_C1Preview_TagDateTimeInputParams__ctor" data-uid="C1.C1Preview.TagDateTimeInputParams.#ctor">
          <a class="xref" href="C1.C1Preview.TagDateTimeInputParams.-ctor.html#C1_C1Preview_TagDateTimeInputParams__ctor">TagDateTimeInputParams()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.C1Preview.TagDateTimeInputParams.html">TagDateTimeInputParams</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_TagDateTimeInputParams__ctor_System_DateTime_System_DateTime_System_Windows_Forms_DateTimePickerFormat_System_String_" data-uid="C1.C1Preview.TagDateTimeInputParams.#ctor(System.DateTime,System.DateTime,System.Windows.Forms.DateTimePickerFormat,System.String)">
          <a class="xref" href="C1.C1Preview.TagDateTimeInputParams.-ctor.html#C1_C1Preview_TagDateTimeInputParams__ctor_System_DateTime_System_DateTime_System_Windows_Forms_DateTimePickerFormat_System_String_">TagDateTimeInputParams(DateTime, DateTime, DateTimePickerFormat, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.C1Preview.TagDateTimeInputParams.html">TagDateTimeInputParams</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_TagDateTimeInputParams__ctor_System_Windows_Forms_DateTimePickerFormat_System_String_" data-uid="C1.C1Preview.TagDateTimeInputParams.#ctor(System.Windows.Forms.DateTimePickerFormat,System.String)">
          <a class="xref" href="C1.C1Preview.TagDateTimeInputParams.-ctor.html#C1_C1Preview_TagDateTimeInputParams__ctor_System_Windows_Forms_DateTimePickerFormat_System_String_">TagDateTimeInputParams(DateTimePickerFormat, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.C1Preview.TagDateTimeInputParams.html">TagDateTimeInputParams</a> 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="C1_C1Preview_TagDateTimeInputParams_CustomFormat" data-uid="C1.C1Preview.TagDateTimeInputParams.CustomFormat">
          <a class="xref" href="C1.C1Preview.TagDateTimeInputParams.CustomFormat.html#C1_C1Preview_TagDateTimeInputParams_CustomFormat">CustomFormat</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the custom date/time format string.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_TagDateTimeInputParams_Format" data-uid="C1.C1Preview.TagDateTimeInputParams.Format">
          <a class="xref" href="C1.C1Preview.TagDateTimeInputParams.Format.html#C1_C1Preview_TagDateTimeInputParams_Format">Format</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the format to use in the date/time picker.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_TagDateTimeInputParams_MaxDate" data-uid="C1.C1Preview.TagDateTimeInputParams.MaxDate">
          <a class="xref" href="C1.C1Preview.TagDateTimeInputParams.MaxDate.html#C1_C1Preview_TagDateTimeInputParams_MaxDate">MaxDate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the maximum allowed date.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_TagDateTimeInputParams_MinDate" data-uid="C1.C1Preview.TagDateTimeInputParams.MinDate">
          <a class="xref" href="C1.C1Preview.TagDateTimeInputParams.MinDate.html#C1_C1Preview_TagDateTimeInputParams_MinDate">MinDate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the minimum allowed date.</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="C1_C1Preview_TagDateTimeInputParams_AssignFrom_C1_C1Preview_TagInputParams_" data-uid="C1.C1Preview.TagDateTimeInputParams.AssignFrom(C1.C1Preview.TagInputParams)">
          <a class="xref" href="C1.C1Preview.TagDateTimeInputParams.AssignFrom.html#C1_C1Preview_TagDateTimeInputParams_AssignFrom_C1_C1Preview_TagInputParams_">AssignFrom(TagInputParams)</a>
        </td>
        <td class="markdown level1 summary"><p>Copies the properties of the specified object to the current object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_TagDateTimeInputParams_CheckValue_System_Windows_Forms_Control_C1_C1Preview_Tag_System_String__" data-uid="C1.C1Preview.TagDateTimeInputParams.CheckValue(System.Windows.Forms.Control,C1.C1Preview.Tag,System.String@)">
          <a class="xref" href="C1.C1Preview.TagDateTimeInputParams.CheckValue.html#C1_C1Preview_TagDateTimeInputParams_CheckValue_System_Windows_Forms_Control_C1_C1Preview_Tag_System_String__">CheckValue(Control, Tag, ref string)</a>
        </td>
        <td class="markdown level1 summary"><p>Checks the value contained in the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_TagDateTimeInputParams_ControlValueToTag_System_Windows_Forms_Control_C1_C1Preview_Tag_" data-uid="C1.C1Preview.TagDateTimeInputParams.ControlValueToTag(System.Windows.Forms.Control,C1.C1Preview.Tag)">
          <a class="xref" href="C1.C1Preview.TagDateTimeInputParams.ControlValueToTag.html#C1_C1Preview_TagDateTimeInputParams_ControlValueToTag_System_Windows_Forms_Control_C1_C1Preview_Tag_">ControlValueToTag(Control, Tag)</a>
        </td>
        <td class="markdown level1 summary"><p>Copies the value from the control to the tag.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_TagDateTimeInputParams_CreateControl_C1_C1Preview_Tag_System_Int32_" data-uid="C1.C1Preview.TagDateTimeInputParams.CreateControl(C1.C1Preview.Tag,System.Int32)">
          <a class="xref" href="C1.C1Preview.TagDateTimeInputParams.CreateControl.html#C1_C1Preview_TagDateTimeInputParams_CreateControl_C1_C1Preview_Tag_System_Int32_">CreateControl(Tag, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.datetimepicker">DateTimePicker</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_TagDateTimeInputParams_TagValueToControl_System_Windows_Forms_Control_C1_C1Preview_Tag_" data-uid="C1.C1Preview.TagDateTimeInputParams.TagValueToControl(System.Windows.Forms.Control,C1.C1Preview.Tag)">
          <a class="xref" href="C1.C1Preview.TagDateTimeInputParams.TagValueToControl.html#C1_C1Preview_TagDateTimeInputParams_TagValueToControl_System_Windows_Forms_Control_C1_C1Preview_Tag_">TagValueToControl(Control, Tag)</a>
        </td>
        <td class="markdown level1 summary"><p>Copies the value from the tag to the control.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
