open class ZoneIdEditor : PropertyEditorSupport
Editor for java.time.ZoneId, translating zone ID Strings into ZoneId objects. Exposes the TimeZone ID as a text representation.
Author
Nicholas Williams
Since
4.0
See Also
java.time.ZoneIdTimeZoneEditor
ZoneIdEditor()
Editor for |
open fun getAsText(): String |
|
open fun setAsText(text: String): Unit |