Optim Data Privacy Providers  11.7.0
 All Data Structures Files Functions Variables Macros Groups Pages
Structure Members
ODPP_ODBC_DATE Struct Reference

#include <ODPPCmnAPI.h>

Collaboration diagram for ODPP_ODBC_DATE:
Collaboration graph

Structure Members

signed short Year
 
unsigned short Month
 
unsigned short Day
 

Structure Description

Structure Member Documentation

signed short Year
  • Use:
    This member is used to specify the year.
  • Description:
    This is a 2 byte integer which specifies the year of the input date.
unsigned short Month
  • Use:
    This member is used to specify the month.
  • Description:
    This is an unsigned 2 byte integer which specifies the month of the input date.
unsigned short Day
  • Use:
    This member is used to specify the day.
  • Description:
    This is an unsigned 2 byte integer which specifies the day of the input date.