public override ExtendedDateTimeInterval Read(
ref Utf8JsonReader reader,
Type typeToConvert,
JsonSerializerOptions options
)Dim instance As ExtendedDateTimeIntervalJsonConverter
Dim reader As Utf8JsonReader
Dim typeToConvert As Type
Dim options As JsonSerializerOptions
Dim returnValue As ExtendedDateTimeInterval
returnValue = instance.Read(reader, typeToConvert,
options)public:
virtual ExtendedDateTimeInterval^ Read(
Utf8JsonReader% reader,
Type^ typeToConvert,
JsonSerializerOptions^ options
) overrideNo code example is currently available or this language may not be supported.