expirationDate

The expiration date for the document.

Interface

PODSDocument

IDL definition
attribute PODSDate expirationDate;
JavaScript synopsis

Not applicable

C synopsis
PODSDate PODSgetExpirationDate(PODSDocument* doc);
void PODSsetExpirationDate(
  PODSDocument* doc,
  PODSDate date
);
Parameters
  • doc   The PODSDocument object.

  • date   [in] The expiration date to set.

Returns

Getter: The document’s expiration date.

Setter: None

Remarks

If the document expiration date is set in the future, it is ignored by PODS. If it is set in the past, it is ignored by PODS for PODS documents, but for other documents PODS tries to get the document if the device is online.