Gestiada / google-api-java-client

Automatically exported from code.google.com/p/google-api-java-client
0 stars 0 forks source link

com.rili.android.client.googlecalendar.DateTime dateOnly doesn't work? #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Version of google-api-java-client : 1.1.0-alpha

In the com.rili.android.client.googlecalendar.DateTime, I see the following 
code:
public DateTime(boolean dateOnly, long value, Integer tzShift){
    this.dateOnly = false;// The parameter "dateOnly" doesn't work? 
    this.value = value;
    this.tzShift = tzShift;
}

DateTime dt = DateTime.parseRfc3339("2010-09-23");
dt.dateOnly should be true, but now false. 

Original issue reported on code.google.com by kun...@gmail.com on 13 Sep 2010 at 2:51

GoogleCodeExporter commented 9 years ago

Original comment by yan...@google.com on 13 Sep 2010 at 4:02

GoogleCodeExporter commented 9 years ago
Thanks for reporting the problem.  Fix will be released with 1.1.1-alpha 
release.

Original comment by yan...@google.com on 13 Sep 2010 at 4:06

GoogleCodeExporter commented 9 years ago

Original comment by yan...@google.com on 14 Sep 2010 at 1:35

GoogleCodeExporter commented 9 years ago

Original comment by yan...@google.com on 8 Jan 2011 at 6:40