# C1.Schedule.CalendarInfo.WeekendExceptions

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Schedule_CalendarInfo_WeekendExceptions_" data-uid="C1.Schedule.CalendarInfo.WeekendExceptions*">WeekendExceptions Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Schedule_CalendarInfo_WeekendExceptions_" data-uid="C1.Schedule.CalendarInfo.WeekendExceptions*"></a>
<h4 id="C1_Schedule_CalendarInfo_WeekendExceptions" data-uid="C1.Schedule.CalendarInfo.WeekendExceptions">WeekendExceptions</h4>
<div 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> object which holds
the list of weekend days which should be working.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[C1Category(&quot;CalendarInfo&quot;)]
[C1Description(&quot;CalendarInfo.WeekendExceptions&quot;, &quot;The list of working weekend days.&quot;)]
public List&lt;DateTime&gt; WeekendExceptions { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;C1Category(&quot;CalendarInfo&quot;)&gt;
&lt;C1Description(&quot;CalendarInfo.WeekendExceptions&quot;, &quot;The list of working weekend days.&quot;)&gt;
Public ReadOnly Property WeekendExceptions As List(Of Date)</code></pre>
</div>
</div>
