Public Function SeasonName( _ Optional ByVal vDate As Variant _ , Optional ByVal vNorthHemi As Variant _ ) As Variant
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 ClassvDate: 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.
Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.