\r\n

51Degrees Device Detection C/C++  4.4

A device detection library that is used natively or by 51Degrees products

fiftyoneDegreesDate Struct Reference

Detailed Description

Used to store the date when the dataset was produced and next date 51Degrees expect to provide a new data file.

Has to be packed at one byte because the date occurs in the data files in this form.

Data Fields

int16_t  year
Year.
byte  month
Month.
byte  day
Day of the Month.

The documentation for this struct was generated from the following file:
  • /home/runner/work/device-detection-cxx/device-detection-cxx/common/device-detection-cxx/src/common-cxx/date.h
On This Page