Skip to content

ServiceNow.Core

SNow.Core.Utils.JsonConverterOptions

JsonConverterOptions.DateOption Class

Convert string dates format between DateTime and ServiceNow

csharp
public class JsonConverterOptions.DateOption : System.Text.Json.Serialization.JsonConverter<System.DateTime>

Inheritance System.Object 🡒 System.Text.Json.Serialization.JsonConverter 🡒 System.Text.Json.Serialization.JsonConverter<System.DateTime> 🡒 DateOption

Methods
Read(Utf8JsonReader, Type, JsonSerializerOptions)
Write(Utf8JsonWriter, DateTime, JsonSerializerOptions)

Released under the MIT License.