-
public final class RadarTimeZoneRepresents a time zone.
-
-
Method Summary
Modifier and Type Method Description final StringgetId()final StringgetName()final StringgetCode()final DategetCurrentTime()final IntegergetUtcOffset()final IntegergetDstOffset()final JSONObjecttoJson()-
-
Method Detail
-
getCurrentTime
final Date getCurrentTime()
-
getUtcOffset
final Integer getUtcOffset()
-
getDstOffset
final Integer getDstOffset()
-
toJson
final JSONObject toJson()
-
-
-
-