public class OAConverterTimeZone extends Object implements OAConverterInterface
Constructor and Description |
---|
OAConverterTimeZone() |
Modifier and Type | Method and Description |
---|---|
Object |
convert(Class clazz,
Object value,
String fmt)
Called by OAConverter to convert from one type to another, else return null.
|
protected Object |
convertFromTimeZone(Class toClass,
TimeZone tz,
String fmt) |
protected TimeZone |
convertToTimeZone(Object value,
String fmt) |
public Object convert(Class clazz, Object value, String fmt)
OAConverterInterface
convert
in interface OAConverterInterface
Copyright © 1999–2019 ViaOA. All rights reserved.