public class Foto extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
DEAD_YEAR |
| 限定符和类型 | 方法和说明 |
|---|---|
static Foto |
fromLunar(Lunar lunar) |
static Foto |
fromYmd(int lunarYear,
int lunarMonth,
int lunarDay) |
static Foto |
fromYmdHms(int lunarYear,
int lunarMonth,
int lunarDay,
int hour,
int minute,
int second) |
int |
getDay() |
String |
getDayInChinese() |
List<FotoFestival> |
getFestivals() |
Lunar |
getLunar() |
int |
getMonth() |
String |
getMonthInChinese() |
int |
getYear() |
String |
getYearInChinese() |
boolean |
isDayYangGong() |
boolean |
isDayZhaiGuanYin() |
boolean |
isDayZhaiShuoWang() |
boolean |
isDayZhaiSix() |
boolean |
isDayZhaiTen() |
boolean |
isMonthZhai() |
String |
toFullString() |
String |
toString() |
public static final int DEAD_YEAR
public Foto(Lunar lunar)
public static Foto fromYmdHms(int lunarYear, int lunarMonth, int lunarDay, int hour, int minute, int second)
public static Foto fromYmd(int lunarYear, int lunarMonth, int lunarDay)
public Lunar getLunar()
public int getYear()
public int getMonth()
public int getDay()
public String getYearInChinese()
public String getMonthInChinese()
public String getDayInChinese()
public List<FotoFestival> getFestivals()
public boolean isMonthZhai()
public boolean isDayYangGong()
public boolean isDayZhaiShuoWang()
public boolean isDayZhaiSix()
public boolean isDayZhaiTen()
public boolean isDayZhaiGuanYin()
public String toFullString()
Copyright © 2021. All Rights Reserved.