Uses of Class
org.aoju.bus.core.date.Lunar
Packages that use Lunar
Package
Description
日期封装,日期的核心为DateTime类
工具包,提供各种工具方法,按照归类入口为XXXKit,如数组工具ArrayKit等
-
Uses of Lunar in org.aoju.bus.core.date
Fields in org.aoju.bus.core.date declared as LunarMethods in org.aoju.bus.core.date that return LunarModifier and TypeMethodDescriptionstatic LunarLunar.from(int year, int month, int day) 通过指定农历年月日获取农历static LunarLunar.from(int year, int month, int day, int hour, int minute, int second) 通过指定农历年月日获取农历static Lunar通过指定日历获取阳历static Lunar通过指定阳历日期获取农历Buddhist.getLunar()获取农历年EightChar.DaYun.getLunar()EightChar.getLunar()EightChar.Yun.getLunar()Solar.getLunar()获取农历Taoist.getLunar()Lunar.next(int days) 获取往后推几天的农历日期,如果要往前推,则天数用负数Methods in org.aoju.bus.core.date with parameters of type LunarConstructors in org.aoju.bus.core.date with parameters of type Lunar -
Uses of Lunar in org.aoju.bus.core.toolkit
Methods in org.aoju.bus.core.toolkit that return Lunar