# GrapeCity.Documents.Word.ContentControl.Date

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Word_ContentControl_Date_" data-uid="GrapeCity.Documents.Word.ContentControl.Date*">Date Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Word_ContentControl_Date_" data-uid="GrapeCity.Documents.Word.ContentControl.Date*"></a>
<h4 id="GrapeCity_Documents_Word_ContentControl_Date" data-uid="GrapeCity.Documents.Word.ContentControl.Date">Date</h4>
<div class="markdown level1 summary"><p>Gets or sets the date last entered into the content control.
This cache is used because the date display mask stored on the <a class="xref" href="GrapeCity.Documents.Word.ContentControl.DateFormat.html#GrapeCity_Documents_Word_ContentControl_DateFormat">DateFormat</a> property might not contain all of the information about the date,
which might be needed if the date display mask is later changed.
If this property is not null, then the current value shall be used to populate the content of the content control
by filtering it through the date display mask specified in the <a class="xref" href="GrapeCity.Documents.Word.ContentControl.DateFormat.html#GrapeCity_Documents_Word_ContentControl_DateFormat">DateFormat</a> property, if it's not null.
This property has effect only for content controls with type <a class="xref" href="GrapeCity.Documents.Word.ContentControlType.html#GrapeCity_Documents_Word_ContentControlType_Date">Date</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public DateTime? Date { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property [Date] As Date?</code></pre>
</div>
</div>
