Uses of Enum Class
org.aoju.bus.core.lang.Fields.Week
Packages that use Fields.Week
Package
Description
日期封装,日期的核心为DateTime类
语言特性包,包括大量便捷的数据结构,例如验证器Validator,分布式ID生成器Snowflake等
-
Uses of Fields.Week in org.aoju.bus.core.date
Methods in org.aoju.bus.core.date that return Fields.WeekModifier and TypeMethodDescriptionDateTime.dayOfWeekEnum()获得指定日期是星期几DateTime.getFirstDayOfWeek()获得一周的第一天,默认为周一Methods in org.aoju.bus.core.date with parameters of type Fields.WeekModifier and TypeMethodDescriptionDateTime.setFirstDayOfWeek(Fields.Week firstDayOfWeek) 设置一周的第一天 JDK的Calendar中默认一周的第一天是周日,将此默认值设置为周一 设置一周的第一天主要影响DateTime.weekOfMonth()和DateTime.weekOfYear()两个方法 -
Uses of Fields.Week in org.aoju.bus.core.lang
Methods in org.aoju.bus.core.lang that return Fields.WeekModifier and TypeMethodDescriptionstatic Fields.WeekFields.Week.getByCode(int code) 根据code查询星期名称枚举static Fields.WeekReturns the enum constant of this class with the specified name.static Fields.Week[]Fields.Week.values()Returns an array containing the constants of this enum class, in the order they are declared.