DevicesLicense.getRemainingDays Method

Module: DevicesLicense

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

Returns

int
The number of remaining days.

Exceptions

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

Returns

int
The number of remaining days.

Exceptions

An error has occurred during Devices Library execution.
public static int getRemainingDays() throws DevicesException

Returns

int
The number of remaining days.

Exceptions

An error has occurred during Devices Library execution.
int id3DevicesLicense_GetRemainingDays (
    int * remainingDays)

Parameters

remainingDays int *
out The number of remaining days.

Returns

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