Uses of Class
com.google.api.client.util.DateTime
-
Packages that use DateTime Package Description com.google.api.client.util General utilities used throughout this library. -
-
Uses of DateTime in com.google.api.client.util
Fields in com.google.api.client.util declared as DateTime Modifier and Type Field Description static DateTimeData. NULL_DATE_TIMEThe single instance of the magic null object for aDateTime.Methods in com.google.api.client.util that return DateTime Modifier and Type Method Description static DateTimeDateTime. parseRfc3339(java.lang.String str)Parses an RFC3339 date/time value.private DateTimeDateTime.Rfc3339ParseResult. toDateTime()Convert thisDateTime.Rfc3339ParseResultto aDateTimewith millisecond precision.
-