Adldap\Schemas\SchemaInterface::accountExpires PHP Method

accountExpires() public method

The date when the account expires. This value represents the number of 100-nanosecond intervals since January 1, 1601 (UTC). A value of 0 or 0x7FFFFFFFFFFFFFFF (9223372036854775807) indicates that the account never expires.
public accountExpires ( ) : string
return string
    public function accountExpires();
SchemaInterface