Summary
Json.NET converter for
NodaTime.DateTimeZone.
- Assembly
- Rocket
.Surgery .Azure .Storage .dll - Namespace
- Rocket
.Surgery .Azure .Storage .Converters - Base Types
-
- NodaConverterBase
<DateTimeZone>
- NodaConverterBase
graph BT
Type-->Base0["NodaConverterBase<DateTimeZone>"]
Type["NodaDateTimeZoneConverter"]
class Type type-node
Syntax
public sealed class NodaDateTimeZoneConverter : NodaConverterBase<DateTimeZone>
Attributes
| Type | Description |
|---|---|
| Nullable |
|
| NullableAttribute |
Constructors
| Name | Summary |
|---|---|
| Noda |
Methods
| Name | Value | Summary |
|---|---|---|
| ReadJsonImpl |
DateTimeZone |
Reads the time zone ID (which must be a string) from the reader, and converts it to a time zone.
|
| WriteJsonImpl |
void |
Writes the time zone ID to the writer.
|
Extension Methods
| Name | Value | Summary |
|---|---|---|
| SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
| With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|
