firstlogin
propSYNOPSIS
int P_FIRST_LOGIN "FirstLogin"
int Query(P_FIRST_LOGIN)
or
int QueryFirstLogin()
DESCRIPTION
This /std/player property returns the time of the creation of
the player character. The time is given in the same format as
time() returns.
Characters created before 27th April 1998 return a first login
time of 0.
EXAMPLE
find_player("wessex")->QueryFirstLogin()
AVAILABILITY
Include: <properties.h>
Availability: /std/player and descendants.
SEE ALSO
lastlogin(P)