Adldap\Schemas\SchemaInterface::passwordLastSet PHP Method

passwordLastSet() public method

This value is stored as a large integer that represents the number of 100 nanosecond intervals since January 1, 1601 (UTC). If this value is set to 0 and the User-Account-Control attribute does not contain the UF_DONT_EXPIRE_PASSWD flag, then the user must set the password at the next logon.
public passwordLastSet ( ) : string
return string
    public function passwordLastSet();
SchemaInterface