Tao class

道历 @author 6tail

Constructors

Tao(Lunar? _lunar)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getDay() int
getDayInChinese() String
getFestivals() List<TaoFestival>
getLunar() Lunar
getMonth() int
getMonthInChinese() String
getYear() int
getYearInChinese() String
isDayAnWu() bool
isDayBaHui() bool
isDayBaJie() bool
isDayMingWu() bool
isDaySanHui() bool
isDaySanYuan() bool
isDayTianShe() bool
isDayWu() bool
isDayWuLa() bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toFullString() String
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

fromLunar(Lunar lunar) Tao
fromYmd(int year, int month, int day) Tao
fromYmdHms(int year, int month, int day, int hour, int minute, int second) Tao

Constants

BIRTH_YEAR → const int