BiosealLicense.getExpiryDate Method

Module: BiosealLicense

Definition

Retrieves the license expiry date.

@staticmethod
get_expiry_date() -> str

Returns

str
The license expiry date.

Exceptions

An error has occurred during Bioseal Library execution.
static String getExpiryDate()

Returns

String
The license expiry date.

Exceptions

An error has occurred during Bioseal Library execution.
public static string GetExpiryDate()

Returns

string
The license expiry date.

Exceptions

An error has occurred during Bioseal Library execution.
public static String getExpiryDate() throws BiosealException

Returns

String
The license expiry date.

Exceptions

An error has occurred during Bioseal Library execution.
public static func getExpiryDate() throws -> String

Returns

String
The license expiry date.

Exceptions

An error has occurred during Bioseal Library execution.
int id3BiosealLicense_GetExpiryDate (
    char * expiryDate,
    int * expiryDateSize)

Parameters

expiryDate char *
out The license expiry date.

expiryDateSize int *
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

int
An error code.
See id3BiosealError file for the list of possible error codes.