SolarTime class

公历时间类

Constructors

SolarTime.new(int year, int month, int day, int hour, int minute, double second)
const

Properties

day int
final
hashCode int
The hash code for this object.
no setterinherited
hour int
final
minute int
final
month int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
second double
final
year int
final

Methods

getJulianDay() JulianDay
获取儒略日
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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