类 TimeZones


  • public class TimeZones
    extends Object
    时区常量类 2020-09-06
    从以下版本开始:
    1.3.13.RELEASE
    作者:
    王老实
    • 字段详细资料

      • DEFAULT_ZONE_ID

        public static final ZoneId DEFAULT_ZONE_ID
      • GMT_ZONE_ID

        public static final ZoneId GMT_ZONE_ID
      • UTC_ZONE_ID

        public static final ZoneId UTC_ZONE_ID
      • CHINA_ZONE_ID

        public static final ZoneId CHINA_ZONE_ID
      • DEFATULT_TIME_ZONE

        public static final TimeZone DEFATULT_TIME_ZONE
      • GMT_TIME_ZONE

        public static final TimeZone GMT_TIME_ZONE
      • UTC_TIME_ZONE

        public static final TimeZone UTC_TIME_ZONE
      • CHINA_TIME_ZONE

        public static final TimeZone CHINA_TIME_ZONE
    • 构造器详细资料

      • TimeZones

        public TimeZones()