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:
- day is the day of the month in the [0..31] interval
- month is the month in the [0..11] interval
- year is the year in the [1900..forever] interval
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]).
public unsigned int RED::LicenseTime::_year
_year: year (in [1900..forever]).