Package org.graalvm.polyglot.proxy
Interface ProxyTimeZone
- All Superinterfaces:
Proxy
- All Known Subinterfaces:
ProxyInstant
Interface to be implemented to mimic guest language objects that represents timezones.
- Since:
- 19.2.0
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the timezone information.static ProxyTimeZone
Creates a proxy timezone from a ZoneId.
-
Method Details
-
asTimeZone
ZoneId asTimeZone()Returns the timezone information. The returned value must not benull
.- Since:
- 19.2.0
-
from
Creates a proxy timezone from a ZoneId.- Since:
- 19.2.0
-