# C1.Blazor.Calendar.CalendarYearSlotInfo

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Blazor_Calendar_CalendarYearSlotInfo" data-uid="C1.Blazor.Calendar.CalendarYearSlotInfo" class="text-break">CalendarYearSlotInfo Class
</h1>
  <div class="markdown level0 summary"><p>Contains info about year slots.</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"><a class="xref" href="C1.Blazor.Calendar.CalendarSlotInfo.html">CalendarSlotInfo</a></div>
    <div class="level2"><span class="xref">CalendarYearSlotInfo</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Blazor.Calendar.html">C1.Blazor.Calendar</a></h6>
  <h6><strong>Assembly</strong>: C1.Blazor.Calendar.dll</h6>
  <h5 id="C1_Blazor_Calendar_CalendarYearSlotInfo_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class CalendarYearSlotInfo : CalendarSlotInfo</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class CalendarYearSlotInfo
    Inherits CalendarSlotInfo</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_Blazor_Calendar_CalendarYearSlotInfo_Date" data-uid="C1.Blazor.Calendar.CalendarYearSlotInfo.Date">
          <a class="xref" href="C1.Blazor.Calendar.CalendarYearSlotInfo.Date.html#C1_Blazor_Calendar_CalendarYearSlotInfo_Date">Date</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the date associated with the slot.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Calendar_CalendarYearSlotInfo_IsInDecade" data-uid="C1.Blazor.Calendar.CalendarYearSlotInfo.IsInDecade">
          <a class="xref" href="C1.Blazor.Calendar.CalendarYearSlotInfo.IsInDecade.html#C1_Blazor_Calendar_CalendarYearSlotInfo_IsInDecade">IsInDecade</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether this year is in decade that is being displayed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Calendar_CalendarYearSlotInfo_Year" data-uid="C1.Blazor.Calendar.CalendarYearSlotInfo.Year">
          <a class="xref" href="C1.Blazor.Calendar.CalendarYearSlotInfo.Year.html#C1_Blazor_Calendar_CalendarYearSlotInfo_Year">Year</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the year associated with the slot.</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_Blazor_Calendar_CalendarYearSlotInfo_Equals_System_Object_" data-uid="C1.Blazor.Calendar.CalendarYearSlotInfo.Equals(System.Object)">
          <a class="xref" href="C1.Blazor.Calendar.CalendarYearSlotInfo.Equals.html#C1_Blazor_Calendar_CalendarYearSlotInfo_Equals_System_Object_">Equals(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a>, is equal to this instance.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Calendar_CalendarYearSlotInfo_GetHashCode" data-uid="C1.Blazor.Calendar.CalendarYearSlotInfo.GetHashCode">
          <a class="xref" href="C1.Blazor.Calendar.CalendarYearSlotInfo.GetHashCode.html#C1_Blazor_Calendar_CalendarYearSlotInfo_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a hash code for this instance.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="seealso">See Also</h3>
  <div class="seealso">
      <div><a class="xref" href="C1.Blazor.Calendar.CalendarSlotInfo.html">CalendarSlotInfo</a></div>
  </div>

</div>
