FaceLicense.getRemainingDays Method

Module: FaceLicense

Definition

Retrieves the number of remaining days.

@staticmethod
get_remaining_days() -> int

Returns

int
The number of remaining days.

Exceptions

An error has occurred during Face Library execution.
static int getRemainingDays()

Returns

int
The number of remaining days.

Exceptions

An error has occurred during Face Library execution.
public static int GetRemainingDays()

Returns

int
The number of remaining days.

Exceptions

An error has occurred during Face Library execution.
public static int getRemainingDays() throws FaceException

Returns

int
The number of remaining days.

Exceptions

An error has occurred during Face Library execution.
public static func getRemainingDays() throws -> Int32

Returns

Int
The number of remaining days.

Exceptions

An error has occurred during Face Library execution.
int id3FaceLicense_GetRemainingDays (
    int * remainingDays)

Parameters

remainingDays int *
out The number of remaining days.

Returns

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