# C1.Schedule.Day

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Schedule_Day" data-uid="C1.Schedule.Day" class="text-break">Day Class
</h1>
  <div class="markdown level0 summary"><p>Represents one day with appointments.</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">Day</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Schedule.html">C1.Schedule</a></h6>
  <h6><strong>Assembly</strong>: C1.ScheduleCore.dll</h6>
  <h5 id="C1_Schedule_Day_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Day</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class Day</code></pre>
  </div>
  <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_Day_Appointments" data-uid="C1.Schedule.Day.Appointments">
          <a class="xref" href="C1.Schedule.Day.Appointments.html#C1_Schedule_Day_Appointments">Appointments</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the list of <a class="xref" href="C1.Schedule.Appointment.html">Appointment</a> objects which occur during the current day.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_Day_Date" data-uid="C1.Schedule.Day.Date">
          <a class="xref" href="C1.Schedule.Day.Date.html#C1_Schedule_Day_Date">Date</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the date of the current day.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_Day_HasActivity" data-uid="C1.Schedule.Day.HasActivity">
          <a class="xref" href="C1.Schedule.Day.HasActivity.html#C1_Schedule_Day_HasActivity">HasActivity</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether the day has any 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_Day_ToString" data-uid="C1.Schedule.Day.ToString">
          <a class="xref" href="C1.Schedule.Day.ToString.html#C1_Schedule_Day_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
