EssentialsDateTimeConverter Class
Version 1.1.28
.NET Framework 4.8
This class has been marked as obsolete: Use TimeConverter instead.
Namespace | Skybrud.Essentials.Json.Converters.Time |
---|---|
Assembly | Skybrud.Essentials.dll |
Visibility | Public |
Inheritance |
Converts an instance of EssentialsDateTime to and from the ISO 8601 date format (e.g. 2008-04-12T12:53Z
).
[Obsolete("Use TimeConverter instead.")]
public class EssentialsDateTimeConverter : IsoDateTimeConverter { }
Properties
Type | Name | Summary |
---|---|---|
DateTimeStyles | DateTimeStyles (inherited from IsoDateTimeConverter ) | |
String | DateTimeFormat (inherited from IsoDateTimeConverter ) | |
CultureInfo | Culture (inherited from IsoDateTimeConverter ) | |
bool | CanRead (inherited from JsonConverter ) | |
bool | CanWrite (inherited from JsonConverter ) |
Methods
CanConvert(Type)
(virtual)
Determines whether this instance can convert the specified object type. |
Reads the JSON representation of the object. |
Writes the JSON representation of the object. |
Inherited from JsonConverter |
GetSchema()
(virtual)
|