Uses of Class
tilda.utils.DateTimeZone
-
Packages that use DateTimeZone Package Description tilda.utils -
-
Uses of DateTimeZone in tilda.utils
Fields in tilda.utils with type parameters of type DateTimeZone Modifier and Type Field Description protected static java.util.Map<java.lang.String,DateTimeZone>
DateTimeZone. _TIMEZONES
Methods in tilda.utils that return DateTimeZone Modifier and Type Method Description static DateTimeZone
DateTimeZone. parse(java.lang.String Str)
static DateTimeZone
DateTimeZone. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DateTimeZone[]
DateTimeZone. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in tilda.utils that return types with arguments of type DateTimeZone Modifier and Type Method Description static java.util.List<DateTimeZone>
DateTimeZone. get(java.lang.String subName)
Methods in tilda.utils with parameters of type DateTimeZone Modifier and Type Method Description static java.time.ZonedDateTime
DateTimeUtil. newTZ(int Year, int Month, int Day, int Hour, int Minutes, int Seconds, int Milliseconds, DateTimeZone Z)
static java.time.ZonedDateTime
DateTimeUtil. nowTZ(DateTimeZone Z)
-