DocumentLicense.getExpiryDate Method¶
Module: DocumentLicense
Definition¶
Retrieves the license expiry date.
@staticmethod
get_expiry_date() -> str
Returns
strThe license expiry date.
Exceptions
An error has occurred during Document Library execution.
static String getExpiryDate()
Returns
StringThe license expiry date.
Exceptions
An error has occurred during Document Library execution.
public static string GetExpiryDate()
Returns
stringThe license expiry date.
Exceptions
An error has occurred during Document Library execution.
public static String getExpiryDate() throws DocumentException
Returns
StringThe license expiry date.
Exceptions
An error has occurred during Document Library execution.
public static func getExpiryDate() throws -> String
Returns
StringThe license expiry date.
Exceptions
An error has occurred during Document Library execution.
int id3DocumentLicense_GetExpiryDate (
char * expiryDate,
int * expiryDateSize)
Parameters
expiryDatechar *out The license expiry date.expiryDateSizeint *in Size of the ‘expiryDate’ buffer. Receives the minimum required buffer size to hold the ‘expiryDate’ string if the given one is too small (including the terminating NULL character), otherwise receives the number of characters in ‘expiryDate’ (excluding terminating NULL character).
Returns