INNER CODE UNIT · Java

of

xkzhangsan/xk-time · src/main/java/com/xkzhangsan/time/LunarDate.java:294

	public static LunarDate of(int lYear, int lMonth, int lDay){
		return of(lYear, lMonth, lDay, false);
	}
	
	/**
	 * 根据农历年月日生成农历日期
	 * 
	 * @param lYear
	 *            农历年
	 * @param lMonth
	 *            农历月
	 * @param lDay
	 *            农历日
	 * @param isLeapMonth
	 *            是否是农历闰月
	 * @return LunarDate
	 */
	public static LunarDate of(int lYear, int lMonth, int lDay, boolean isLeapMonth){

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…