# C1.Schedule.Printing.DateAppointments

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Schedule_Printing_DateAppointments" data-uid="C1.Schedule.Printing.DateAppointments" class="text-break">DateAppointments Class
</h1>
  <div class="markdown level0 summary"><p>The <a class="xref" href="C1.Schedule.Printing.DateAppointments.html">DateAppointments</a> class represents the single calendar day
with the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1">List&lt;T&gt;</a> list of appointments.
It is an auxiliary class for use in C1PrintDocument scripts.</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"><span class="xref">DateAppointments</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Schedule.Printing.html">C1.Schedule.Printing</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Schedule.dll</h6>
  <h5 id="C1_Schedule_Printing_DateAppointments_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class DateAppointments</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class DateAppointments</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_Schedule_Printing_DateAppointments__ctor_System_DateTime_" data-uid="C1.Schedule.Printing.DateAppointments.#ctor(System.DateTime)">
          <a class="xref" href="C1.Schedule.Printing.DateAppointments.-ctor.html#C1_Schedule_Printing_DateAppointments__ctor_System_DateTime_">DateAppointments(DateTime)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Schedule.Printing.DateAppointments.html">DateAppointments</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_Schedule_Printing_DateAppointments_Appointments" data-uid="C1.Schedule.Printing.DateAppointments.Appointments">
          <a class="xref" href="C1.Schedule.Printing.DateAppointments.Appointments.html#C1_Schedule_Printing_DateAppointments_Appointments">Appointments</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1">List&lt;T&gt;</a> list of all appointments for the represented day.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_Printing_DateAppointments_BusyStatus" data-uid="C1.Schedule.Printing.DateAppointments.BusyStatus">
          <a class="xref" href="C1.Schedule.Printing.DateAppointments.BusyStatus.html#C1_Schedule_Printing_DateAppointments_BusyStatus">BusyStatus</a>
        </td>
        <td class="markdown level1 summary"><p>Returns availability status of the current day.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_Printing_DateAppointments_Date" data-uid="C1.Schedule.Printing.DateAppointments.Date">
          <a class="xref" href="C1.Schedule.Printing.DateAppointments.Date.html#C1_Schedule_Printing_DateAppointments_Date">Date</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.datetime">DateTime</a> value determining the represented date.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_Printing_DateAppointments_HasAppointments" data-uid="C1.Schedule.Printing.DateAppointments.HasAppointments">
          <a class="xref" href="C1.Schedule.Printing.DateAppointments.HasAppointments.html#C1_Schedule_Printing_DateAppointments_HasAppointments">HasAppointments</a>
        </td>
        <td class="markdown level1 summary"><p>Returns true if current day contains one or more appointments.</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_Schedule_Printing_DateAppointments_AddAppointment_C1_Schedule_Appointment_" data-uid="C1.Schedule.Printing.DateAppointments.AddAppointment(C1.Schedule.Appointment)">
          <a class="xref" href="C1.Schedule.Printing.DateAppointments.AddAppointment.html#C1_Schedule_Printing_DateAppointments_AddAppointment_C1_Schedule_Appointment_">AddAppointment(Appointment)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new <span class="xref">C1.Schedule.Appointment</span> object to the current day.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
