| Constructor and Description |
|---|
DateTimeZoneConverter() |
| Modifier and Type | Method and Description |
|---|---|
org.joda.time.DateTimeZone |
convertFrom(String value)
Returns a
DateTimeZone instance representing the specified String value. |
String |
convertTo(org.joda.time.DateTimeZone value)
Returns a
String instance representing the the configuration parameter's value. |
public org.joda.time.DateTimeZone convertFrom(String value)
DateTimeZone instance representing the specified String value.convertFrom in interface Converter<org.joda.time.DateTimeZone>value - The configuration parameter's String valueDateTimeZone instance representing the configuration parameter's valueDateTimeZone.forID(String)public String convertTo(org.joda.time.DateTimeZone value)
String instance representing the the configuration parameter's value.convertTo in interface Converter<org.joda.time.DateTimeZone>value - The configuration parameter's TimeZone valueString instance representing the configuration parameter's typed valueTimeZone.getID()Copyright © 2022. All rights reserved.