Uses of Class
com.google.cloud.Date
Packages that use Date
-
Uses of Date in com.google.cloud
Methods in com.google.cloud that return DateModifier and TypeMethodDescriptionstatic 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 DateMethods in com.google.cloud with parameters of type DateModifier and TypeMethodDescriptionintstatic DateDate.toJavaUtilDate(Date date) Convert a Google Date to a Java Util Date.