30 lines
619 B
Plaintext
30 lines
619 B
Plaintext
|
|
MINUTES(1) MINUTES(1)
|
|
|
|
NAME
|
|
minutes() - returns the number of minutes past the MUD
|
|
hour
|
|
|
|
SYNOPSIS
|
|
int minutes(int x)
|
|
|
|
DESCRIPTION
|
|
Given an integer time as an argument, this function will
|
|
return the number of minutes past the hour at the time
|
|
which was given.
|
|
|
|
EXAMPLES
|
|
o minutes(time()) at this moment returns 19
|
|
|
|
LOCAITON
|
|
/secure/sefun/time.c
|
|
|
|
SEE ALSO
|
|
date(), day(), hour(), month(), query_night(), year()
|
|
|
|
Author
|
|
Descartes of Borg
|
|
|
|
1
|
|
|