Click or drag to resize

JsonTimeZoneInfoConverterRead Method

Reads and converts the JSON to type TimeZoneInfo.

Namespace: OpenDiscoverSDK.Interfaces.Settings
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
public override TimeZoneInfo Read(
	ref Utf8JsonReader reader,
	Type typeToConvert,
	JsonSerializerOptions options
)

Parameters

reader  Utf8JsonReader
The reader.
typeToConvert  Type
The type to convert.
options  JsonSerializerOptions
An object that specifies serialization options to use.

Return Value

TimeZoneInfo

[Missing <returns> documentation for "M:OpenDiscoverSDK.Interfaces.Settings.JsonTimeZoneInfoConverter.Read(System.Text.Json.Utf8JsonReader@,System.Type,System.Text.Json.JsonSerializerOptions)"]

See Also