Package com.appiancorp.suiteapi.portal
Class BackendTimeZone
java.lang.Object
com.appiancorp.suiteapi.portal.BackendTimeZoneSimple
com.appiancorp.suiteapi.portal.BackendTimeZone
-
Field Summary
Modifier and TypeFieldDescriptionprotected Timestamp[]
TransitionsTimestamp
array specifying transitions between Daylight Savings Time and Standard Timeprotected Integer[]
Transitions OffsetInteger
array specifying milliseconds offset by transitions between Daylight Savings Time and Standard TimeFields inherited from class com.appiancorp.suiteapi.portal.BackendTimeZoneSimple
displayName, dstSavings, id, longDaylight, longStandard, rawOffset, shortDaylight, shortStandard
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionInteger[]
void
setTransitions
(Timestamp[] transitions_) void
setTransitionsOffset
(Integer[] offset_) Methods inherited from class com.appiancorp.suiteapi.portal.BackendTimeZoneSimple
getDisplayName, getDstSavings, getId, getLongDaylight, getLongStandard, getRawOffset, getShortDaylight, getShortStandard, setDisplayName, setDstSavings, setId, setLongDaylight, setLongStandard, setRawOffset, setShortDaylight, setShortStandard, toString
-
Field Details
-
Constructor Details
-
BackendTimeZone
public BackendTimeZone()
-
-
Method Details
-
getTransitionsOffset
-
setTransitionsOffset
-
getTransitions
-
setTransitions
-