| Package | Description |
|---|---|
| com.google.cloud |
Core classes for the
google-cloud library. |
| Modifier and Type | Method and Description |
|---|---|
static Date |
Date.fromJavaUtilDate(Date date)
Convert a Java Util Date to a Google Date.
|
static Date |
Date.fromYearMonthDay(int year,
int month,
int dayOfMonth)
Constructs a new Date instance.
|
static Date |
Date.parseDate(String date) |
| Modifier and Type | Method and Description |
|---|---|
int |
Date.compareTo(Date other) |
static Date |
Date.toJavaUtilDate(Date date)
Convert a Google Date to a Java Util Date.
|
Copyright © 2022 Google LLC. All rights reserved.