mud/lib/doc/sefun/hour
2020-09-06 05:43:07 -07:00

28 lines
570 B
Plaintext

HOUR(1) HOUR(1)
NAME
hour() - returns the hour at the time given
SYNOPSIS
int hour(int x)
DESCRIPTION
Given a time integer as an argument, this function returns
what hour of the day that time represents in MUD time.
EXAMPLES
o hour(time()) returns at this moment 5
LOCATION
/secure/sefun/time.c
SEE ALSO
date(), day(), minutes(), month(), query_night(), year()
Author
Descartes of Borg
1