Variable SOA.expire

A 32 bit time value that specifies the upper limit on the time interval that can elapse before the zone is no longer authoritative.

struct SOA
{
  // ...
  int expire ;
  // ...
}