Uses of Class
com.google.cloud.Date
-
Packages that use Date Package Description com.google.cloud Core classes for thegoogle-cloudlibrary. -
-
Uses of Date in com.google.cloud
Methods in com.google.cloud that return Date Modifier and Type Method Description static DateDate. fromJavaUtilDate(Date date)Convert a Java Util Date to a Google Date.static DateDate. fromYearMonthDay(int year, int month, int dayOfMonth)Constructs a new Date instance.static DateDate. parseDate(String date)Methods in com.google.cloud with parameters of type Date Modifier and Type Method Description intDate. compareTo(Date other)static DateDate. toJavaUtilDate(Date date)Convert a Google Date to a Java Util Date.
-