AccessCustomDateTimeConverter Class

Modification du convertisseur Json pour gérer le format de date

Definition

Namespace: MediaTekDocuments.dal
Assembly: MediaTekDocuments (in MediaTekDocuments.exe) Version: 1.0.0.0 (1.0.0.0)
C#
private sealed class CustomDateTimeConverter : IsoDateTimeConverter
Inheritance
Object    JsonConverter    DateTimeConverterBase    IsoDateTimeConverter    AccessCustomDateTimeConverter

Constructors

AccessCustomDateTimeConverterInitializes a new instance of the AccessCustomDateTimeConverter class

Properties

CanRead
(Inherited from JsonConverter)
CanWrite
(Inherited from JsonConverter)
Culture
(Inherited from IsoDateTimeConverter)
DateTimeFormat
(Inherited from IsoDateTimeConverter)
DateTimeStyles
(Inherited from IsoDateTimeConverter)

Methods

CanConvert
(Inherited from DateTimeConverterBase)
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ReadJson
(Inherited from IsoDateTimeConverter)
ToStringReturns a string that represents the current object.
(Inherited from Object)
WriteJson
(Inherited from IsoDateTimeConverter)

See Also