lastreset

prop
SYNOPSIS
    int P_LAST_RESET  "LastReset"

    int Set(P_LAST_RESET, int reset_time)
    int Query(P_LAST_RESET)

DESCRIPTION
    The value is the time of the last reset(), counted in seconds
    since 1-Jan-1970 as the efun time() does.

EXAMPLE
    write("Last reset was on "+ctime(obj->Query(P_LAST_RESET))+".\n");
      -- Prints the time of the last reset() of obj.

AVAILABILITY
    Include: <properties.h>

    Availability: all objects, set by /secure/master.

SEE ALSO
    base(S)