| |
|
| java.lang.Object org.joda.time.DateTimeZone org.joda.time.tz.FixedDateTimeZone
FixedDateTimeZone | final public class FixedDateTimeZone extends DateTimeZone (Code) | | Basic DateTimeZone implementation that has a fixed name key and offsets.
FixedDateTimeZone is thread-safe and immutable.
author: Brian S O'Neill since: 1.0 |
FixedDateTimeZone | public FixedDateTimeZone(String id, String nameKey, int wallOffset, int standardOffset)(Code) | | |
getOffset | public int getOffset(long instant)(Code) | | |
getOffsetFromLocal | public int getOffsetFromLocal(long instantLocal)(Code) | | |
getStandardOffset | public int getStandardOffset(long instant)(Code) | | |
hashCode | public int hashCode()(Code) | | |
isFixed | public boolean isFixed()(Code) | | |
nextTransition | public long nextTransition(long instant)(Code) | | |
previousTransition | public long previousTransition(long instant)(Code) | | |
|
|
|