NodaDateTimeZoneConverter Class

Summary

Json.NET converter for NodaTime.DateTimeZone.
Assembly
Rocket.Surgery.Azure.Storage.dll
Namespace
Rocket.Surgery.Azure.Storage.Converters
Base Types
  • NodaConverterBase<DateTimeZone>
graph BT Type-->Base0["NodaConverterBase<DateTimeZone>"] Type["NodaDateTimeZoneConverter"] class Type type-node

Syntax

public sealed class NodaDateTimeZoneConverter : NodaConverterBase<DateTimeZone>

Attributes

Type Description
NullableContextAttribute
NullableAttribute

Constructors

Methods

Name Value Summary
ReadJsonImpl(JsonReader, JsonSerializer) DateTimeZone
Reads the time zone ID (which must be a string) from the reader, and converts it to a time zone.
WriteJsonImpl(JsonWriter, DateTimeZone, JsonSerializer) void
Writes the time zone ID to the writer.

Extension Methods