SolarWeek class
阳历周 @author 6tail
Constructors
- SolarWeek.new(int start)
- SolarWeek.fromDate(DateTime date, int start)
- SolarWeek.fromYmd(int year, int month, int day, dynamic start)
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 -
getDays(
) → List< Solar> -
getDaysInMonth(
) → List< Solar> -
getFirstDay(
) → Solar -
getFirstDayInMonth(
) → Solar? -
getIndex(
) → int -
getIndexInYear(
) → int -
getMonth(
) → int -
getStart(
) → int -
getYear(
) → int -
next(
int weeks, bool separateMonth) → SolarWeek -
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