# C1.WPF.Schedule.DateTimeInfo

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Schedule_DateTimeInfo" data-uid="C1.WPF.Schedule.DateTimeInfo" class="text-break">DateTimeInfo Class
</h1>
  <div class="markdown level0 summary"><p>Provides additional info about a DateTime in a specified culture.</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">DateTimeInfo</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.inotifypropertychanged">INotifyPropertyChanged</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Schedule.html">C1.WPF.Schedule</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Schedule.dll</h6>
  <h5 id="C1_WPF_Schedule_DateTimeInfo_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class DateTimeInfo : INotifyPropertyChanged</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class DateTimeInfo
    Implements INotifyPropertyChanged</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_WPF_Schedule_DateTimeInfo__ctor_System_DateTime_C1_WPF_Schedule_CalendarHelper_" data-uid="C1.WPF.Schedule.DateTimeInfo.#ctor(System.DateTime,C1.WPF.Schedule.CalendarHelper)">
          <a class="xref" href="C1.WPF.Schedule.DateTimeInfo.-ctor.html#C1_WPF_Schedule_DateTimeInfo__ctor_System_DateTime_C1_WPF_Schedule_CalendarHelper_">DateTimeInfo(DateTime, CalendarHelper)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes the new instance of the <a class="xref" href="C1.WPF.Schedule.DateTimeInfo.html">DateTimeInfo</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_WPF_Schedule_DateTimeInfo_BaseDateTime" data-uid="C1.WPF.Schedule.DateTimeInfo.BaseDateTime">
          <a class="xref" href="C1.WPF.Schedule.DateTimeInfo.BaseDateTime.html#C1_WPF_Schedule_DateTimeInfo_BaseDateTime">BaseDateTime</a>
        </td>
        <td class="markdown level1 summary"><p>The base <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.datetime">DateTime</a> value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_DateTimeInfo_CalendarHelper" data-uid="C1.WPF.Schedule.DateTimeInfo.CalendarHelper">
          <a class="xref" href="C1.WPF.Schedule.DateTimeInfo.CalendarHelper.html#C1_WPF_Schedule_DateTimeInfo_CalendarHelper">CalendarHelper</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.WPF.Schedule.DateTimeInfo.CalendarHelper.html#C1_WPF_Schedule_DateTimeInfo_CalendarHelper">CalendarHelper</a> object which is used for
retrieving calendar specific information.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_DateTimeInfo_IsWeekend" data-uid="C1.WPF.Schedule.DateTimeInfo.IsWeekend">
          <a class="xref" href="C1.WPF.Schedule.DateTimeInfo.IsWeekend.html#C1_WPF_Schedule_DateTimeInfo_IsWeekend">IsWeekend</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a> value determining whether this date is weekend or
holiday.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_DateTimeInfo_MonthFullName" data-uid="C1.WPF.Schedule.DateTimeInfo.MonthFullName">
          <a class="xref" href="C1.WPF.Schedule.DateTimeInfo.MonthFullName.html#C1_WPF_Schedule_DateTimeInfo_MonthFullName">MonthFullName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the full month name according to the <a class="xref" href="C1.WPF.Schedule.DateTimeInfo.CalendarHelper.html#C1_WPF_Schedule_DateTimeInfo_CalendarHelper">CalendarHelper</a> culture settings.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_DateTimeInfo_WeekOfYear" data-uid="C1.WPF.Schedule.DateTimeInfo.WeekOfYear">
          <a class="xref" href="C1.WPF.Schedule.DateTimeInfo.WeekOfYear.html#C1_WPF_Schedule_DateTimeInfo_WeekOfYear">WeekOfYear</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a week of year number.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_DateTimeInfo_WeekOfYearFullWeek" data-uid="C1.WPF.Schedule.DateTimeInfo.WeekOfYearFullWeek">
          <a class="xref" href="C1.WPF.Schedule.DateTimeInfo.WeekOfYearFullWeek.html#C1_WPF_Schedule_DateTimeInfo_WeekOfYearFullWeek">WeekOfYearFullWeek</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a week number in a supposition that last days of a year and the first
days of a next year that belongs to the same week having the same week number.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_DateTimeInfo_Year" data-uid="C1.WPF.Schedule.DateTimeInfo.Year">
          <a class="xref" href="C1.WPF.Schedule.DateTimeInfo.Year.html#C1_WPF_Schedule_DateTimeInfo_Year">Year</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a> value determining the year representation
according to the <a class="xref" href="C1.WPF.Schedule.DateTimeInfo.CalendarHelper.html#C1_WPF_Schedule_DateTimeInfo_CalendarHelper">CalendarHelper</a> culture settings.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Schedule_DateTimeInfo_PropertyChanged" data-uid="C1.WPF.Schedule.DateTimeInfo.PropertyChanged">
          <a class="xref" href="C1.WPF.Schedule.DateTimeInfo.PropertyChanged.html">PropertyChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when property value is changed.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
