Handles conversion an integer representing a unix UTC timestamp and a UTC DateTime.
public class UnixDateTimeConverter : JsonConverterBase<DateTime>
| name | description |
|---|---|
| UnixDateTimeConverter() | The default constructor. |
| name | description |
|---|---|
| override ReadCore(…) | Reads the JSON representation of the object. |
| override WriteCore(…) | Writes the JSON representation of the object. |