public class TimeZoneField extends Field
Field.Type
Constructor and Description |
---|
TimeZoneField(String name)
Creates a new TimeZoneField with the given name.
|
Modifier and Type | Method and Description |
---|---|
static String |
parse(String timeZone)
Parses the given string into a time zone ID string.
|
getName, getOptions, getType, setName, setOptions, setType
public TimeZoneField(String name)
name
- The unique name to associate with this field.public static String parse(String timeZone)
timeZone
- The time zone string to parse, which may be null.Copyright © 2016. All rights reserved.