MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.DataProcessing.JsonConverters Namespace / DateTimeConverter Class
Members

DateTimeConverter Class
Converts a System.DateTime object to and from JSON.
Object Model
DateTimeConverter Class
Syntax
'Declaration
 
Public Class DateTimeConverter 
   Inherits System.Text.Json.Serialization.JsonConverter(Of Date)
 
Remarks
This class should not be used directly in application code. It is designed for internal operations within the product libraries and may change or be removed in future versions without notice.
Inheritance Hierarchy

System.Object
   System.Text.Json.Serialization.JsonConverter
      System.Text.Json.Serialization.JsonConverter<T>
         GrapeCity.ActiveReports.Rendering.DataProcessing.JsonConverters.DateTimeConverter

See Also