Files
Newtonsoft.Json/Doc/Samples/Serializer/DeserializeDateFormatString.aml
2015-02-16 23:31:52 +13:00

15 lines
800 B
XML

<?xml version="1.0" encoding="utf-8"?>
<topic id="DeserializeDateFormatString" revisionNumber="1">
<developerConceptualDocument xmlns="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:xlink="http://www.w3.org/1999/xlink">
<introduction>
<para>This sample uses the DateFormatString
setting to control how <codeEntityReference>T:System.DateTime</codeEntityReference> and <codeEntityReference>T:System.DateTimeOffset</codeEntityReference> are deserialized.</para>
</introduction>
<section>
<title>Sample</title>
<content>
<code lang="cs" source="..\Src\Newtonsoft.Json.Tests\Documentation\Samples\Serializer\DeserializeDateFormatString.cs" region="Usage" title="Usage" />
</content>
</section>
</developerConceptualDocument>
</topic>