LicenseTime

Fields

unsigned char

_day

unsigned char

_month

unsigned int

_year

Detailed Description

struct LicenseTime

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

@related class RED::ILicense, Licensing

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

Public Members

unsigned char _day

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

unsigned char _month

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

unsigned int _year

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