UnixDateTimeConverter class

Handles conversion an integer representing a unix UTC timestamp and a UTC DateTime.

public class UnixDateTimeConverter : JsonConverterBase<DateTime>

Public Members

name description
UnixDateTimeConverter() The default constructor.

Protected Members

name description
override ReadCore(…) Reads the JSON representation of the object.
override WriteCore(…) Writes the JSON representation of the object.

See Also