BiosealLicense.getRemainingDays Method

Module: BiosealLicense

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 Bioseal Library execution.
static int getRemainingDays()

Returns

int
The number of remaining days.

Exceptions

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

Returns

int
The number of remaining days.

Exceptions

An error has occurred during Bioseal Library execution.
public static int getRemainingDays() throws BiosealException

Returns

int
The number of remaining days.

Exceptions

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

Returns

Int
The number of remaining days.

Exceptions

An error has occurred during Bioseal Library execution.
int id3BiosealLicense_GetRemainingDays (
    int * remainingDays)

Parameters

remainingDays int *
out The number of remaining days.

Returns

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