EXPIRATION_TIME constant
int
const EXPIRATION_TIME
If a date property has this flag (max. one per entity type), the date value specifies the time by which the object expires, at which point it MAY be removed (deleted), which can be triggered by an API call.
Implementation
static const int EXPIRATION_TIME = 65536;