# C1.Win.Schedule.BeforeAppointmentFormatEventArgs.UIElementDate

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_Schedule_BeforeAppointmentFormatEventArgs_UIElementDate_" data-uid="C1.Win.Schedule.BeforeAppointmentFormatEventArgs.UIElementDate*">UIElementDate Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_Schedule_BeforeAppointmentFormatEventArgs_UIElementDate_" data-uid="C1.Win.Schedule.BeforeAppointmentFormatEventArgs.UIElementDate*"></a>
<h4 id="C1_Win_Schedule_BeforeAppointmentFormatEventArgs_UIElementDate" data-uid="C1.Win.Schedule.BeforeAppointmentFormatEventArgs.UIElementDate">UIElementDate</h4>
<div class="markdown level1 summary"><p>Gets the date of the current UI element representing appointment.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public DateTime UIElementDate { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public ReadOnly Property UIElementDate As Date</code></pre>
</div>
<h5 id="C1_Win_Schedule_BeforeAppointmentFormatEventArgs_UIElementDate_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>Multi day appointments are represented by several UI elements. Use this property
to distinguish the first UI element, the second one, etc...</p>
</div>
</div>
