# GrapeCity.ActiveReports.Rendering.DataProcessing.JsonConverters.DateTimeConverter.Read

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_ActiveReports_Rendering_DataProcessing_JsonConverters_DateTimeConverter_Read_" data-uid="GrapeCity.ActiveReports.Rendering.DataProcessing.JsonConverters.DateTimeConverter.Read*">Read Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Rendering_DataProcessing_JsonConverters_DateTimeConverter_Read_" data-uid="GrapeCity.ActiveReports.Rendering.DataProcessing.JsonConverters.DateTimeConverter.Read*"></a>
<h4 id="GrapeCity_ActiveReports_Rendering_DataProcessing_JsonConverters_DateTimeConverter_Read_System_Text_Json_Utf8JsonReader__System_Type_System_Text_Json_JsonSerializerOptions_" data-uid="GrapeCity.ActiveReports.Rendering.DataProcessing.JsonConverters.DateTimeConverter.Read(System.Text.Json.Utf8JsonReader@,System.Type,System.Text.Json.JsonSerializerOptions)">Read(ref Utf8JsonReader, Type, JsonSerializerOptions)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public override DateTime Read(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><span class="xref">Utf8JsonReader</span></td>
      <td><span class="parametername">reader</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.type">Type</a></td>
      <td><span class="parametername">typeToConvert</span></td>
      <td></td>
    </tr>
    <tr>
      <td><span class="xref">JsonSerializerOptions</span></td>
      <td><span class="parametername">options</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.datetime">DateTime</a></td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
