DateTimeZoneHandling
Specifies how to treat the time value when converting between string and DateTime.
namespace Newtonsoft.Json
{
public enum DateTimeZoneHandling
{
Local,
Utc,
Unspecified,
RoundtripKind
}
}