minor build warning fix for C# client

This commit is contained in:
wing328
2017-06-05 01:05:19 +08:00
parent bc8fe0fd03
commit 4fd52d17c5
78 changed files with 326 additions and 2 deletions

View File

@@ -18,10 +18,13 @@ namespace IO.Swagger.Client
/// </summary>
public class SwaggerDateConverter : IsoDateTimeConverter
{
/// <summary>
/// Initializes a new instance of the <see cref="SwaggerDateConverter" /> class.
/// </summary>
public SwaggerDateConverter()
{
// full-date = date-fullyear "-" date-month "-" date-mday
DateTimeFormat = "yyyy-MM-dd";
}
}
}
}