com.google.gwt.maps.client.placeslib.placeresult
Class PlaceRequestOpens
java.lang.Object
com.google.gwt.core.client.JavaScriptObject
com.google.gwt.maps.client.placeslib.placeresult.PlaceRequestOpens
public class PlaceRequestOpens
- extends JavaScriptObject
|
Method Summary |
int |
getDay()
Day a number from 0–6, corresponding to the days of the week, starting on Sunday. |
int |
getHours()
|
int |
getMinutes()
|
int |
getNextDate()
|
String |
getTime()
Time may contain a time of day in 24-hour hhmm format (values are in the range 0000–2359). |
PlaceRequestOpens
protected PlaceRequestOpens()
getDay
public final int getDay()
- Day a number from 0–6, corresponding to the days of the week, starting on Sunday. For example, 2 means Tuesday.
getTime
public final String getTime()
- Time may contain a time of day in 24-hour hhmm format (values are in the range 0000–2359). The time will be
reported in the Place’s timezone.
getHours
public final int getHours()
getMinutes
public final int getMinutes()
getNextDate
public final int getNextDate()
Copyright © 2011-2013 GWT Maps API V3. All Rights Reserved.