public class LunarUtil extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
LunarUtil.LunarModel |
| 限定符 | 构造器和说明 |
|---|---|
protected |
LunarUtil() |
| 限定符和类型 | 方法和说明 |
|---|---|
static LunarUtil.LunarModel |
getLunarDate(Date date)
获取农历信息
|
static LunarUtil.LunarModel |
getLunarDate(int year,
int month,
int day)
获取农历信息
|
public static LunarUtil.LunarModel getLunarDate(int year, int month, int day)
year - 年month - 月day - 日public static LunarUtil.LunarModel getLunarDate(Date date)
date - 日期Copyright © 2020. All rights reserved.