# C1.Schedule.Appointment.Start

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Schedule_Appointment_Start_" data-uid="C1.Schedule.Appointment.Start*">Start Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Schedule_Appointment_Start_" data-uid="C1.Schedule.Appointment.Start*"></a>
<h4 id="C1_Schedule_Appointment_Start" data-uid="C1.Schedule.Appointment.Start">Start</h4>
<div class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.datetime">DateTime</a> value determining the
start date and time of the 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 Start { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property Start As Date</code></pre>
</div>
<h5 id="C1_Schedule_Appointment_Start_remarks">Remarks</h5>
<div class="markdown level1 remarks"><pre><code>&lt;p&gt;If the &lt;xref href=&quot;C1.Schedule.Appointment.AllDayEvent&quot; data-throw-if-not-resolved=&quot;false&quot;&gt;&lt;/xref&gt; property is set to true, 
</code></pre>
<p>then the start date of the appointment is the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.datetime.date">Date</a> of
the <a class="xref" href="C1.Schedule.Appointment.Start.html#C1_Schedule_Appointment_Start">Start</a>, and the start time of the appointment is 0:00.</p>
<p>At setting this property, if it's time is not equal 0:00,
the <a class="xref" href="C1.Schedule.Appointment.AllDayEvent.html#C1_Schedule_Appointment_AllDayEvent">AllDayEvent</a> property will be set to false.</p>
</div>
</div>
