JulianDay class
儒略日类 - 用于日期和儒略日之间的转换
Constructors
- JulianDay.new(double _day)
-
const
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(
) → double -
getSolarTime(
) → SolarTime - 获取对应的公历时间
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromJulianDay(
double day) → JulianDay - 根据儒略日创建儒略日对象