<-- Previous || Up || Next -->

Season Name Function
Dates Times Class

Public Function SeasonName( _
      Optional ByVal vDate As Variant _
    , Optional ByVal vNorthHemi As Variant _
    ) As Variant

Returns the name of the season corresponding to the given date.
Season differs depending upon whether location is Northern Hemisphere or Southern Hemisphere.

Examples:
    SeasonName(#3/1/96#) = "Winter"
    SeasonName(#6/1/96#) = "Spring"
    SeasonName(#3/1/96#, False) = "Summer"
    SeasonName(#6/1/96#, False) = "Fall"
See also:
    Zodiac Function
    SpellTime Function
    Spellings Class
vDate: The date whose corresponding season name is returned. vDate defaults to the current date (today) if it is missing or Null or cannot be fixed up to a Date.
vNorthHemi: True if the function should return the season in the Northern Hemisphere of the world, or False if it should return the season in the Southern Hemisphere. vNorthHemi defaults to True if is it missing or Null or cannot be fixed up to a number.

Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.