LicenseTime
Fields
unsigned char |
|
unsigned char |
|
unsigned int |
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