Adldap\Schemas\SchemaInterface::lockoutTime PHP Method

lockoutTime() public method

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
return string
    public function lockoutTime();
SchemaInterface