Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(2982)

Issue 46920043: Issue 436: Step 1 - Parse DateTime and includes also the raw date representation (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 2 months ago by peleyal
Modified:
10 years, 2 months ago
Reviewers:
class
CC:
google-api-dotnet-client_googlegroups.com
Base URL:
https://google-api-dotnet-client.googlecode.com/hg/
Visibility:
Public.

Description

Issue 436: Step 1 - Parse DateTime and includes also the raw date representation The idea that the generated library will contain the following (for each date field): [Newtonsoft.Json.JsonIgnore] public virtual System.Nullable<System.DateTime> DateTime { get { return Utitlites.GetDateTimeFromString(DateTimeRaw); } set { DateTimeRaw = Utitlites.GetStringFromDateTime(value); } } [Newtonsoft.Json.JsonPropertyAttribute("dateTime")] public virtual string DateTimeRaw { get; set; }

Patch Set 1 #

Patch Set 2 : minor #

Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -0 lines) Patch
M Src/GoogleApis.Core/Apis/Util/Utilities.cs View 1 1 chunk +24 lines, -0 lines 0 comments Download

Messages

Total messages: 2
peleyal
Another small one :) Eyal
10 years, 2 months ago (2014-01-10 17:06:54 UTC) #1
class
10 years, 2 months ago (2014-01-13 19:01:43 UTC) #2
LGTM
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b