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