Uses of Class
org.bremersee.common.model.TimeZoneId
-
Packages that use TimeZoneId Package Description org.bremersee.common.model -
-
Uses of TimeZoneId in org.bremersee.common.model
Methods in org.bremersee.common.model that return TimeZoneId Modifier and Type Method Description static TimeZoneIdTimeZoneId. fromTimeZone(TimeZone timeZone)From time zone.static TimeZoneIdTimeZoneId. fromValue(String text)From time zone id.static TimeZoneIdTimeZoneId. valueOf(String name)Returns the enum constant of this type with the specified name.static TimeZoneId[]TimeZoneId. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructor parameters in org.bremersee.common.model with type arguments of type TimeZoneId Constructor Description TimeZoneIds(Collection<? extends TimeZoneId> timeZoneIds)Instantiates a new list of time zone ids.
-