public interface TimeZoneAdjustment extends Field
| Modifier and Type | Method and Description |
|---|---|
boolean |
getTypedTime()
Returns whether the field will be output as a typed time or a integer value.
|
Hashtable |
getZoneAdjustments(boolean create)
Returns a Hashtable of adjustment times, where:
key = Date.
|
void |
setTypedTime(boolean typedTime)
Sets whether the field will be output as a typed time or a integer value.
|
void |
setZoneAdjustments(Hashtable map)
Sets the Hashtable of adjustment times, where:
key = Date.
|
clone, getTypeCharHashtable getZoneAdjustments(boolean create) throws SdpParseException
create - to setSdpParseExceptionvoid setZoneAdjustments(Hashtable map) throws SdpException
map - Hashtable to setSdpException - if the parameter is nullvoid setTypedTime(boolean typedTime)
typedTime - typedTime - if set true, the start and stop times will be
output in an optimal typed time format; if false, the
times will be output as integers.boolean getTypedTime()
Copyright © 2014. All Rights Reserved.