public class Tao extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
BIRTH_YEAR |
| 限定符和类型 | 方法和说明 |
|---|---|
static Tao |
fromLunar(Lunar lunar) |
static Tao |
fromYmd(int year,
int month,
int day) |
static Tao |
fromYmdHms(int year,
int month,
int day,
int hour,
int minute,
int second) |
int |
getDay() |
String |
getDayInChinese() |
List<TaoFestival> |
getFestivals() |
Lunar |
getLunar() |
int |
getMonth() |
String |
getMonthInChinese() |
int |
getYear() |
String |
getYearInChinese() |
boolean |
isDayAnWu()
是否暗戊日
|
boolean |
isDayBaHui()
是否八会日
|
boolean |
isDayBaJie()
是否八节日
|
boolean |
isDayMingWu()
是否明戊日
|
boolean |
isDaySanHui()
是否三会日
|
boolean |
isDaySanYuan()
是否三元日
|
boolean |
isDayTianShe()
是否天赦日
|
boolean |
isDayWu()
是否戊日
|
boolean |
isDayWuLa()
是否五腊日
|
String |
toFullString() |
String |
toString() |
public static final int BIRTH_YEAR
public Tao(Lunar lunar)
public static Tao fromYmdHms(int year, int month, int day, int hour, int minute, int second)
public static Tao fromYmd(int year, int month, int day)
public Lunar getLunar()
public int getYear()
public int getMonth()
public int getDay()
public String getYearInChinese()
public String getMonthInChinese()
public String getDayInChinese()
public List<TaoFestival> getFestivals()
public boolean isDaySanHui()
public boolean isDaySanYuan()
public boolean isDayBaJie()
public boolean isDayWuLa()
public boolean isDayBaHui()
public boolean isDayMingWu()
public boolean isDayAnWu()
public boolean isDayWu()
public boolean isDayTianShe()
public String toFullString()
Copyright © 2022. All Rights Reserved.