Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/Newtonsoft.Json.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Src/Newtonsoft.Json/DateFormatHandling.cs')
-rw-r--r--Src/Newtonsoft.Json/DateFormatHandling.cs8
1 files changed, 8 insertions, 0 deletions
diff --git a/Src/Newtonsoft.Json/DateFormatHandling.cs b/Src/Newtonsoft.Json/DateFormatHandling.cs
new file mode 100644
index 0000000..55902c7
--- /dev/null
+++ b/Src/Newtonsoft.Json/DateFormatHandling.cs
@@ -0,0 +1,8 @@
+namespace Newtonsoft.Json
+{
+ public enum DateFormatHandling
+ {
+ IsoDateFormat,
+ MicrosoftDateFormat
+ }
+} \ No newline at end of file