26 lines
502 B
Plaintext
26 lines
502 B
Plaintext
|
|
SEASON(1) SEASON(1)
|
|
|
|
NAME
|
|
season() - returns the season at a given time
|
|
|
|
SYNOPSIS
|
|
string season(int x)
|
|
|
|
DESCRIPTION
|
|
Given an integer time, this function returns the name of
|
|
the season for that time.
|
|
|
|
LOCATION
|
|
/secure/sefun/time.c
|
|
|
|
SEE ALSO
|
|
date(), day(), hour(), minutes(), month(), query_night(),
|
|
year()
|
|
|
|
Author
|
|
Descartes of Borg
|
|
|
|
1
|
|
|