struct RED::LicenseTime

Structure to encode a date. Needed to retrieve time-limited license expiration date. More...

#include <REDILicense.h>

Public variables:

unsigned char_day
unsigned char_month
unsigned int_year

Detailed description:

Structure to encode a date. Needed to retrieve time-limited license expiration date.

The REDsdk licensing scheme handles time-limited licenses. You can check if an installed license is time-limited or not by using the RED::ILicense interface.

Here is the meaning of the structure members:

Variables documentation

public unsigned char RED::LicenseTime::_day

_day: day of the month (in [0..31]).

public unsigned char RED::LicenseTime::_month

_month: month (in [0..1]).

_year: year (in [1900..forever]).