enum Cronic::Season
Defined in:
cronic/season.crEnum Members
-
Spring =
0
-
Summer =
1
-
Autumn =
2
-
Winter =
3
Constructors
-
.find_current_season(time : Time) : Season
Use a time-object to calculate the Season.
Class Method Summary
- .find_next_season(season : Season, pointer : Int32)
- .span_for_next_season(curtime : Time, nextssn : Season, pointer : PointerDir)
Instance Method Summary
Constructor Detail
Use a time-object to calculate the Season.