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 DateTime
Data. NULL_DATE_TIME
The 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 DateTime
DateTime. parseRfc3339(java.lang.String str)
Parses an RFC3339 date/time value.private DateTime
DateTime.Rfc3339ParseResult. toDateTime()
Convert thisDateTime.Rfc3339ParseResult
to aDateTime
with millisecond precision.
-