Uses of Class
cloud.opencode.base.date.lunar.Lunar
Packages that use Lunar
-
Uses of Lunar in cloud.opencode.base.date.lunar
Classes in cloud.opencode.base.date.lunar that implement interfaces with type arguments of type LunarModifier and TypeClassDescriptionfinal classLunar (Chinese Calendar) date representation 农历(中国传统历法)日期表示Methods in cloud.opencode.base.date.lunar that return LunarModifier and TypeMethodDescriptionstatic LunarLunar.of(int year, int month, int day) Creates a Lunar date (non-leap month) 创建农历日期(非闰月)static LunarLunar.of(int year, int month, int day, boolean leapMonth) Creates a Lunar date 创建农历日期static LunarLunarUtil.today()Gets the current lunar date 获取当前农历日期static LunarConverts a solar (Gregorian) date to lunar date 将阳历(公历)日期转换为农历日期Methods in cloud.opencode.base.date.lunar with parameters of type Lunar