Package | Description |
---|---|
com.google.api.services.mybusiness.v4.model |
Modifier and Type | Method and Description |
---|---|
Date |
Date.clone() |
Date |
TimeInterval.getEndDate()
The end date of this period.
|
Date |
SpecialHourPeriod.getEndDate()
The calendar date this special hour period ends on.
|
Date |
OpenInfo.getOpeningDate()
The date on which the location first opened.
|
Date |
TimeInterval.getStartDate()
The start date of this period.
|
Date |
SpecialHourPeriod.getStartDate()
The calendar date this special hour period starts on.
|
Date |
Date.set(java.lang.String fieldName,
java.lang.Object value) |
Date |
Date.setDay(java.lang.Integer day)
Day of month.
|
Date |
Date.setMonth(java.lang.Integer month)
Month of year.
|
Date |
Date.setYear(java.lang.Integer year)
Year of date.
|
Modifier and Type | Method and Description |
---|---|
TimeInterval |
TimeInterval.setEndDate(Date endDate)
The end date of this period.
|
SpecialHourPeriod |
SpecialHourPeriod.setEndDate(Date endDate)
The calendar date this special hour period ends on.
|
OpenInfo |
OpenInfo.setOpeningDate(Date openingDate)
The date on which the location first opened.
|
TimeInterval |
TimeInterval.setStartDate(Date startDate)
The start date of this period.
|
SpecialHourPeriod |
SpecialHourPeriod.setStartDate(Date startDate)
The calendar date this special hour period starts on.
|
Copyright © 2011-2018 Google. All Rights Reserved.