/*
* REGISTERABLE ENUM: SE_Season
*
* This data type is used by <Season> to describe seasons of the year,
* because a particular "season" occurs at different times of year in
* different regions.
*
* EXAMPLES
* 1) "Winter" in the northern hemisphere begins at the winter solstice
* in December and ends at the vernal equinox in March, but that is
* not the case everywhere.
* 2) Seasons may be divided into four seasons (spring, summer, autumn,
* winter) or two (dry and wet) depending on the region.
*/
typedef SE_Short_Integer SE_Season;
Prev: SE_Rotation_Data.
Next: SE_Shading_Method.
Return to:
Top of this Page,
Type Index