# C1.CalcEngine.ExpressionEngine.DateTimeFunctions

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_CalcEngine_ExpressionEngine_DateTimeFunctions" data-uid="C1.CalcEngine.ExpressionEngine.DateTimeFunctions" class="text-break">DateTimeFunctions Class
</h1>
  <div class="markdown level0 summary"><p>Represents date and time functions.</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">DateTimeFunctions</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.CalcEngine.ExpressionEngine.html">C1.CalcEngine.ExpressionEngine</a></h6>
  <h6><strong>Assembly</strong>: C1.CalcEngine.dll</h6>
  <h5 id="C1_CalcEngine_ExpressionEngine_DateTimeFunctions_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public static class DateTimeFunctions</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Module DateTimeFunctions</code></pre>
  </div>
  <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_CalcEngine_ExpressionEngine_DateTimeFunctions_AddDays_System_Collections_Generic_List_C1_CalcEngine_ExpressionEngine_IExpression__" data-uid="C1.CalcEngine.ExpressionEngine.DateTimeFunctions.AddDays(System.Collections.Generic.List{C1.CalcEngine.ExpressionEngine.IExpression})">
          <a class="xref" href="C1.CalcEngine.ExpressionEngine.DateTimeFunctions.AddDays.html#C1_CalcEngine_ExpressionEngine_DateTimeFunctions_AddDays_System_Collections_Generic_List_C1_CalcEngine_ExpressionEngine_IExpression__">AddDays(List&lt;IExpression&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a new <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.datetime">DateTime</a> that adds the specified number of days to the specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.datetime">DateTime</a> value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_CalcEngine_ExpressionEngine_DateTimeFunctions_AddHours_System_Collections_Generic_List_C1_CalcEngine_ExpressionEngine_IExpression__" data-uid="C1.CalcEngine.ExpressionEngine.DateTimeFunctions.AddHours(System.Collections.Generic.List{C1.CalcEngine.ExpressionEngine.IExpression})">
          <a class="xref" href="C1.CalcEngine.ExpressionEngine.DateTimeFunctions.AddHours.html#C1_CalcEngine_ExpressionEngine_DateTimeFunctions_AddHours_System_Collections_Generic_List_C1_CalcEngine_ExpressionEngine_IExpression__">AddHours(List&lt;IExpression&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a new <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.datetime">DateTime</a> that adds the specified number of hours to the specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.datetime">DateTime</a> value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_CalcEngine_ExpressionEngine_DateTimeFunctions_AddMilliSeconds_System_Collections_Generic_List_C1_CalcEngine_ExpressionEngine_IExpression__" data-uid="C1.CalcEngine.ExpressionEngine.DateTimeFunctions.AddMilliSeconds(System.Collections.Generic.List{C1.CalcEngine.ExpressionEngine.IExpression})">
          <a class="xref" href="C1.CalcEngine.ExpressionEngine.DateTimeFunctions.AddMilliSeconds.html#C1_CalcEngine_ExpressionEngine_DateTimeFunctions_AddMilliSeconds_System_Collections_Generic_List_C1_CalcEngine_ExpressionEngine_IExpression__">AddMilliSeconds(List&lt;IExpression&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a new <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.datetime">DateTime</a> that adds the specified number of milliseconds to the specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.datetime">DateTime</a> value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_CalcEngine_ExpressionEngine_DateTimeFunctions_AddMinutes_System_Collections_Generic_List_C1_CalcEngine_ExpressionEngine_IExpression__" data-uid="C1.CalcEngine.ExpressionEngine.DateTimeFunctions.AddMinutes(System.Collections.Generic.List{C1.CalcEngine.ExpressionEngine.IExpression})">
          <a class="xref" href="C1.CalcEngine.ExpressionEngine.DateTimeFunctions.AddMinutes.html#C1_CalcEngine_ExpressionEngine_DateTimeFunctions_AddMinutes_System_Collections_Generic_List_C1_CalcEngine_ExpressionEngine_IExpression__">AddMinutes(List&lt;IExpression&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a new <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.datetime">DateTime</a> that adds the specified number of minutes to the specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.datetime">DateTime</a> value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_CalcEngine_ExpressionEngine_DateTimeFunctions_AddMonths_System_Collections_Generic_List_C1_CalcEngine_ExpressionEngine_IExpression__" data-uid="C1.CalcEngine.ExpressionEngine.DateTimeFunctions.AddMonths(System.Collections.Generic.List{C1.CalcEngine.ExpressionEngine.IExpression})">
          <a class="xref" href="C1.CalcEngine.ExpressionEngine.DateTimeFunctions.AddMonths.html#C1_CalcEngine_ExpressionEngine_DateTimeFunctions_AddMonths_System_Collections_Generic_List_C1_CalcEngine_ExpressionEngine_IExpression__">AddMonths(List&lt;IExpression&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a new <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.datetime">DateTime</a> that adds the specified number of months to the specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.datetime">DateTime</a> value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_CalcEngine_ExpressionEngine_DateTimeFunctions_AddSeconds_System_Collections_Generic_List_C1_CalcEngine_ExpressionEngine_IExpression__" data-uid="C1.CalcEngine.ExpressionEngine.DateTimeFunctions.AddSeconds(System.Collections.Generic.List{C1.CalcEngine.ExpressionEngine.IExpression})">
          <a class="xref" href="C1.CalcEngine.ExpressionEngine.DateTimeFunctions.AddSeconds.html#C1_CalcEngine_ExpressionEngine_DateTimeFunctions_AddSeconds_System_Collections_Generic_List_C1_CalcEngine_ExpressionEngine_IExpression__">AddSeconds(List&lt;IExpression&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a new <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.datetime">DateTime</a> that adds the specified number of seconds to the specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.datetime">DateTime</a> value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_CalcEngine_ExpressionEngine_DateTimeFunctions_AddTicks_System_Collections_Generic_List_C1_CalcEngine_ExpressionEngine_IExpression__" data-uid="C1.CalcEngine.ExpressionEngine.DateTimeFunctions.AddTicks(System.Collections.Generic.List{C1.CalcEngine.ExpressionEngine.IExpression})">
          <a class="xref" href="C1.CalcEngine.ExpressionEngine.DateTimeFunctions.AddTicks.html#C1_CalcEngine_ExpressionEngine_DateTimeFunctions_AddTicks_System_Collections_Generic_List_C1_CalcEngine_ExpressionEngine_IExpression__">AddTicks(List&lt;IExpression&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a new <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.datetime">DateTime</a> that adds the specified number of seconds to the specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.datetime">DateTime</a> value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_CalcEngine_ExpressionEngine_DateTimeFunctions_AddTimeSpan_System_Collections_Generic_List_C1_CalcEngine_ExpressionEngine_IExpression__" data-uid="C1.CalcEngine.ExpressionEngine.DateTimeFunctions.AddTimeSpan(System.Collections.Generic.List{C1.CalcEngine.ExpressionEngine.IExpression})">
          <a class="xref" href="C1.CalcEngine.ExpressionEngine.DateTimeFunctions.AddTimeSpan.html#C1_CalcEngine_ExpressionEngine_DateTimeFunctions_AddTimeSpan_System_Collections_Generic_List_C1_CalcEngine_ExpressionEngine_IExpression__">AddTimeSpan(List&lt;IExpression&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a new System.DateTime that adds the specified number of System.TimeSpan to the specified System.DateTime value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_CalcEngine_ExpressionEngine_DateTimeFunctions_AddYears_System_Collections_Generic_List_C1_CalcEngine_ExpressionEngine_IExpression__" data-uid="C1.CalcEngine.ExpressionEngine.DateTimeFunctions.AddYears(System.Collections.Generic.List{C1.CalcEngine.ExpressionEngine.IExpression})">
          <a class="xref" href="C1.CalcEngine.ExpressionEngine.DateTimeFunctions.AddYears.html#C1_CalcEngine_ExpressionEngine_DateTimeFunctions_AddYears_System_Collections_Generic_List_C1_CalcEngine_ExpressionEngine_IExpression__">AddYears(List&lt;IExpression&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a new <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.datetime">DateTime</a> that adds the specified number of years to the specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.datetime">DateTime</a> value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_CalcEngine_ExpressionEngine_DateTimeFunctions_DateDiffDay_System_Collections_Generic_List_C1_CalcEngine_ExpressionEngine_IExpression__" data-uid="C1.CalcEngine.ExpressionEngine.DateTimeFunctions.DateDiffDay(System.Collections.Generic.List{C1.CalcEngine.ExpressionEngine.IExpression})">
          <a class="xref" href="C1.CalcEngine.ExpressionEngine.DateTimeFunctions.DateDiffDay.html#C1_CalcEngine_ExpressionEngine_DateTimeFunctions_DateDiffDay_System_Collections_Generic_List_C1_CalcEngine_ExpressionEngine_IExpression__">DateDiffDay(List&lt;IExpression&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Counts the number of day boundaries between two non-nullable dates.</p>
</td>
      </tr>
      <tr>
        <td id="C1_CalcEngine_ExpressionEngine_DateTimeFunctions_DateDiffHour_System_Collections_Generic_List_C1_CalcEngine_ExpressionEngine_IExpression__" data-uid="C1.CalcEngine.ExpressionEngine.DateTimeFunctions.DateDiffHour(System.Collections.Generic.List{C1.CalcEngine.ExpressionEngine.IExpression})">
          <a class="xref" href="C1.CalcEngine.ExpressionEngine.DateTimeFunctions.DateDiffHour.html#C1_CalcEngine_ExpressionEngine_DateTimeFunctions_DateDiffHour_System_Collections_Generic_List_C1_CalcEngine_ExpressionEngine_IExpression__">DateDiffHour(List&lt;IExpression&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Counts the number of hour boundaries between two non-nullable dates.</p>
</td>
      </tr>
      <tr>
        <td id="C1_CalcEngine_ExpressionEngine_DateTimeFunctions_DateDiffMilliSecond_System_Collections_Generic_List_C1_CalcEngine_ExpressionEngine_IExpression__" data-uid="C1.CalcEngine.ExpressionEngine.DateTimeFunctions.DateDiffMilliSecond(System.Collections.Generic.List{C1.CalcEngine.ExpressionEngine.IExpression})">
          <a class="xref" href="C1.CalcEngine.ExpressionEngine.DateTimeFunctions.DateDiffMilliSecond.html#C1_CalcEngine_ExpressionEngine_DateTimeFunctions_DateDiffMilliSecond_System_Collections_Generic_List_C1_CalcEngine_ExpressionEngine_IExpression__">DateDiffMilliSecond(List&lt;IExpression&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Counts the number of milliseconds boundaries between two non-nullable dates.</p>
</td>
      </tr>
      <tr>
        <td id="C1_CalcEngine_ExpressionEngine_DateTimeFunctions_DateDiffMinute_System_Collections_Generic_List_C1_CalcEngine_ExpressionEngine_IExpression__" data-uid="C1.CalcEngine.ExpressionEngine.DateTimeFunctions.DateDiffMinute(System.Collections.Generic.List{C1.CalcEngine.ExpressionEngine.IExpression})">
          <a class="xref" href="C1.CalcEngine.ExpressionEngine.DateTimeFunctions.DateDiffMinute.html#C1_CalcEngine_ExpressionEngine_DateTimeFunctions_DateDiffMinute_System_Collections_Generic_List_C1_CalcEngine_ExpressionEngine_IExpression__">DateDiffMinute(List&lt;IExpression&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Counts the number of minutes boundaries between two non-nullable dates.</p>
</td>
      </tr>
      <tr>
        <td id="C1_CalcEngine_ExpressionEngine_DateTimeFunctions_DateDiffSecond_System_Collections_Generic_List_C1_CalcEngine_ExpressionEngine_IExpression__" data-uid="C1.CalcEngine.ExpressionEngine.DateTimeFunctions.DateDiffSecond(System.Collections.Generic.List{C1.CalcEngine.ExpressionEngine.IExpression})">
          <a class="xref" href="C1.CalcEngine.ExpressionEngine.DateTimeFunctions.DateDiffSecond.html#C1_CalcEngine_ExpressionEngine_DateTimeFunctions_DateDiffSecond_System_Collections_Generic_List_C1_CalcEngine_ExpressionEngine_IExpression__">DateDiffSecond(List&lt;IExpression&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Counts the number of seconds boundaries between two non-nullable dates.</p>
</td>
      </tr>
      <tr>
        <td id="C1_CalcEngine_ExpressionEngine_DateTimeFunctions_DateDiffTick_System_Collections_Generic_List_C1_CalcEngine_ExpressionEngine_IExpression__" data-uid="C1.CalcEngine.ExpressionEngine.DateTimeFunctions.DateDiffTick(System.Collections.Generic.List{C1.CalcEngine.ExpressionEngine.IExpression})">
          <a class="xref" href="C1.CalcEngine.ExpressionEngine.DateTimeFunctions.DateDiffTick.html#C1_CalcEngine_ExpressionEngine_DateTimeFunctions_DateDiffTick_System_Collections_Generic_List_C1_CalcEngine_ExpressionEngine_IExpression__">DateDiffTick(List&lt;IExpression&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Counts the number of ticks boundaries between two non-nullable dates.</p>
</td>
      </tr>
      <tr>
        <td id="C1_CalcEngine_ExpressionEngine_DateTimeFunctions_GetDate_System_Collections_Generic_List_C1_CalcEngine_ExpressionEngine_IExpression__" data-uid="C1.CalcEngine.ExpressionEngine.DateTimeFunctions.GetDate(System.Collections.Generic.List{C1.CalcEngine.ExpressionEngine.IExpression})">
          <a class="xref" href="C1.CalcEngine.ExpressionEngine.DateTimeFunctions.GetDate.html#C1_CalcEngine_ExpressionEngine_DateTimeFunctions_GetDate_System_Collections_Generic_List_C1_CalcEngine_ExpressionEngine_IExpression__">GetDate(List&lt;IExpression&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the date component of specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.datetime">DateTime</a> value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_CalcEngine_ExpressionEngine_DateTimeFunctions_GetDay_System_Collections_Generic_List_C1_CalcEngine_ExpressionEngine_IExpression__" data-uid="C1.CalcEngine.ExpressionEngine.DateTimeFunctions.GetDay(System.Collections.Generic.List{C1.CalcEngine.ExpressionEngine.IExpression})">
          <a class="xref" href="C1.CalcEngine.ExpressionEngine.DateTimeFunctions.GetDay.html#C1_CalcEngine_ExpressionEngine_DateTimeFunctions_GetDay_System_Collections_Generic_List_C1_CalcEngine_ExpressionEngine_IExpression__">GetDay(List&lt;IExpression&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the day of the month represented by specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.datetime">DateTime</a> value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_CalcEngine_ExpressionEngine_DateTimeFunctions_GetDayOfWeek_System_Collections_Generic_List_C1_CalcEngine_ExpressionEngine_IExpression__" data-uid="C1.CalcEngine.ExpressionEngine.DateTimeFunctions.GetDayOfWeek(System.Collections.Generic.List{C1.CalcEngine.ExpressionEngine.IExpression})">
          <a class="xref" href="C1.CalcEngine.ExpressionEngine.DateTimeFunctions.GetDayOfWeek.html#C1_CalcEngine_ExpressionEngine_DateTimeFunctions_GetDayOfWeek_System_Collections_Generic_List_C1_CalcEngine_ExpressionEngine_IExpression__">GetDayOfWeek(List&lt;IExpression&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the day of the week represented by the specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.datetime">DateTime</a> value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_CalcEngine_ExpressionEngine_DateTimeFunctions_GetDayOfYear_System_Collections_Generic_List_C1_CalcEngine_ExpressionEngine_IExpression__" data-uid="C1.CalcEngine.ExpressionEngine.DateTimeFunctions.GetDayOfYear(System.Collections.Generic.List{C1.CalcEngine.ExpressionEngine.IExpression})">
          <a class="xref" href="C1.CalcEngine.ExpressionEngine.DateTimeFunctions.GetDayOfYear.html#C1_CalcEngine_ExpressionEngine_DateTimeFunctions_GetDayOfYear_System_Collections_Generic_List_C1_CalcEngine_ExpressionEngine_IExpression__">GetDayOfYear(List&lt;IExpression&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the day of the year represented by the specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.datetime">DateTime</a> value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_CalcEngine_ExpressionEngine_DateTimeFunctions_GetHour_System_Collections_Generic_List_C1_CalcEngine_ExpressionEngine_IExpression__" data-uid="C1.CalcEngine.ExpressionEngine.DateTimeFunctions.GetHour(System.Collections.Generic.List{C1.CalcEngine.ExpressionEngine.IExpression})">
          <a class="xref" href="C1.CalcEngine.ExpressionEngine.DateTimeFunctions.GetHour.html#C1_CalcEngine_ExpressionEngine_DateTimeFunctions_GetHour_System_Collections_Generic_List_C1_CalcEngine_ExpressionEngine_IExpression__">GetHour(List&lt;IExpression&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the hour component of the specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.datetime">DateTime</a> value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_CalcEngine_ExpressionEngine_DateTimeFunctions_GetMilliSecond_System_Collections_Generic_List_C1_CalcEngine_ExpressionEngine_IExpression__" data-uid="C1.CalcEngine.ExpressionEngine.DateTimeFunctions.GetMilliSecond(System.Collections.Generic.List{C1.CalcEngine.ExpressionEngine.IExpression})">
          <a class="xref" href="C1.CalcEngine.ExpressionEngine.DateTimeFunctions.GetMilliSecond.html#C1_CalcEngine_ExpressionEngine_DateTimeFunctions_GetMilliSecond_System_Collections_Generic_List_C1_CalcEngine_ExpressionEngine_IExpression__">GetMilliSecond(List&lt;IExpression&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the milliSecond component of the specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.datetime">DateTime</a> value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_CalcEngine_ExpressionEngine_DateTimeFunctions_GetMinute_System_Collections_Generic_List_C1_CalcEngine_ExpressionEngine_IExpression__" data-uid="C1.CalcEngine.ExpressionEngine.DateTimeFunctions.GetMinute(System.Collections.Generic.List{C1.CalcEngine.ExpressionEngine.IExpression})">
          <a class="xref" href="C1.CalcEngine.ExpressionEngine.DateTimeFunctions.GetMinute.html#C1_CalcEngine_ExpressionEngine_DateTimeFunctions_GetMinute_System_Collections_Generic_List_C1_CalcEngine_ExpressionEngine_IExpression__">GetMinute(List&lt;IExpression&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the minute component of the specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.datetime">DateTime</a> value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_CalcEngine_ExpressionEngine_DateTimeFunctions_GetMonth_System_Collections_Generic_List_C1_CalcEngine_ExpressionEngine_IExpression__" data-uid="C1.CalcEngine.ExpressionEngine.DateTimeFunctions.GetMonth(System.Collections.Generic.List{C1.CalcEngine.ExpressionEngine.IExpression})">
          <a class="xref" href="C1.CalcEngine.ExpressionEngine.DateTimeFunctions.GetMonth.html#C1_CalcEngine_ExpressionEngine_DateTimeFunctions_GetMonth_System_Collections_Generic_List_C1_CalcEngine_ExpressionEngine_IExpression__">GetMonth(List&lt;IExpression&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the month component of the specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.datetime">DateTime</a> value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_CalcEngine_ExpressionEngine_DateTimeFunctions_GetSecond_System_Collections_Generic_List_C1_CalcEngine_ExpressionEngine_IExpression__" data-uid="C1.CalcEngine.ExpressionEngine.DateTimeFunctions.GetSecond(System.Collections.Generic.List{C1.CalcEngine.ExpressionEngine.IExpression})">
          <a class="xref" href="C1.CalcEngine.ExpressionEngine.DateTimeFunctions.GetSecond.html#C1_CalcEngine_ExpressionEngine_DateTimeFunctions_GetSecond_System_Collections_Generic_List_C1_CalcEngine_ExpressionEngine_IExpression__">GetSecond(List&lt;IExpression&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the seconds component of the specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.datetime">DateTime</a> value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_CalcEngine_ExpressionEngine_DateTimeFunctions_GetTimeOfDay_System_Collections_Generic_List_C1_CalcEngine_ExpressionEngine_IExpression__" data-uid="C1.CalcEngine.ExpressionEngine.DateTimeFunctions.GetTimeOfDay(System.Collections.Generic.List{C1.CalcEngine.ExpressionEngine.IExpression})">
          <a class="xref" href="C1.CalcEngine.ExpressionEngine.DateTimeFunctions.GetTimeOfDay.html#C1_CalcEngine_ExpressionEngine_DateTimeFunctions_GetTimeOfDay_System_Collections_Generic_List_C1_CalcEngine_ExpressionEngine_IExpression__">GetTimeOfDay(List&lt;IExpression&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the time of day for the specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.datetime">DateTime</a> value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_CalcEngine_ExpressionEngine_DateTimeFunctions_GetYear_System_Collections_Generic_List_C1_CalcEngine_ExpressionEngine_IExpression__" data-uid="C1.CalcEngine.ExpressionEngine.DateTimeFunctions.GetYear(System.Collections.Generic.List{C1.CalcEngine.ExpressionEngine.IExpression})">
          <a class="xref" href="C1.CalcEngine.ExpressionEngine.DateTimeFunctions.GetYear.html#C1_CalcEngine_ExpressionEngine_DateTimeFunctions_GetYear_System_Collections_Generic_List_C1_CalcEngine_ExpressionEngine_IExpression__">GetYear(List&lt;IExpression&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the year component of the specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.datetime">DateTime</a> value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_CalcEngine_ExpressionEngine_DateTimeFunctions_Now_System_Collections_Generic_List_C1_CalcEngine_ExpressionEngine_IExpression__" data-uid="C1.CalcEngine.ExpressionEngine.DateTimeFunctions.Now(System.Collections.Generic.List{C1.CalcEngine.ExpressionEngine.IExpression})">
          <a class="xref" href="C1.CalcEngine.ExpressionEngine.DateTimeFunctions.Now.html#C1_CalcEngine_ExpressionEngine_DateTimeFunctions_Now_System_Collections_Generic_List_C1_CalcEngine_ExpressionEngine_IExpression__">Now(List&lt;IExpression&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.datetime">DateTime</a> object that is set to the current date and time on this computer, expressed as the local time.</p>
</td>
      </tr>
      <tr>
        <td id="C1_CalcEngine_ExpressionEngine_DateTimeFunctions_Today_System_Collections_Generic_List_C1_CalcEngine_ExpressionEngine_IExpression__" data-uid="C1.CalcEngine.ExpressionEngine.DateTimeFunctions.Today(System.Collections.Generic.List{C1.CalcEngine.ExpressionEngine.IExpression})">
          <a class="xref" href="C1.CalcEngine.ExpressionEngine.DateTimeFunctions.Today.html#C1_CalcEngine_ExpressionEngine_DateTimeFunctions_Today_System_Collections_Generic_List_C1_CalcEngine_ExpressionEngine_IExpression__">Today(List&lt;IExpression&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the current date.</p>
</td>
      </tr>
      <tr>
        <td id="C1_CalcEngine_ExpressionEngine_DateTimeFunctions_UtcNow_System_Collections_Generic_List_C1_CalcEngine_ExpressionEngine_IExpression__" data-uid="C1.CalcEngine.ExpressionEngine.DateTimeFunctions.UtcNow(System.Collections.Generic.List{C1.CalcEngine.ExpressionEngine.IExpression})">
          <a class="xref" href="C1.CalcEngine.ExpressionEngine.DateTimeFunctions.UtcNow.html#C1_CalcEngine_ExpressionEngine_DateTimeFunctions_UtcNow_System_Collections_Generic_List_C1_CalcEngine_ExpressionEngine_IExpression__">UtcNow(List&lt;IExpression&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.datetime">DateTime</a> object that is set to the current date and time on this computer, expressed as the Coordinated Universal Time (UTC).</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
