public override void Write(
Utf8JsonWriter writer,
ExtendedDateTimeRange value,
JsonSerializerOptions options
)
Dim instance As ExtendedDateTimeRangeJsonConverter
Dim writer As Utf8JsonWriter
Dim value As ExtendedDateTimeRange
Dim options As JsonSerializerOptions
instance.Write(writer, value, options)
public:
virtual void Write(
Utf8JsonWriter^ writer,
ExtendedDateTimeRange^ value,
JsonSerializerOptions^ options
) override
No code example is currently available or this language may not be supported.