Adldap\Schemas\SchemaInterface::lockoutTime PHP Méthode

lockoutTime() public méthode

The date and time (UTC) that this account was locked out. This value is stored as a large integer that represents the number of 100-nanosecond intervals since January 1, 1601 (UTC). A value of zero means that the account is not currently locked out.
public lockoutTime ( ) : string
Résultat string
    public function lockoutTime();
SchemaInterface