Uses of Class
java.time.chrono.IsoChronology
-
Packages that use IsoChronology 软件包 描述 java.time 日期,时间,瞬间和持续时间的主要API。java.time.chrono 除默认ISO之外的日历系统的通用API。 -
-
Uses of IsoChronology in java.time
Methods in java.time that return IsoChronology Modifier and Type 方法 描述 IsoChronologyLocalDate. getChronology()获取这个日期的时间顺序,即ISO日历系统。IsoChronologyPeriod. getChronology()获得这个时期的年表,即ISO日历系统。 -
Uses of IsoChronology in java.time.chrono
Fields in java.time.chrono declared as IsoChronology Modifier and Type Field 描述 static IsoChronologyIsoChronology. INSTANCEISO年代的单例实例。
-