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

#include <ODPPCmnAPI.h>

Collaboration diagram for ODPP_ODBC_TIMESTAMP:
Collaboration graph

Structure Members

signed short Year
 
unsigned short Month
 
unsigned short Day
 
unsigned short Hour
 
unsigned short Minute
 
unsigned short Second
 
unsigned int Fraction
 

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 timestamp value.
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 timestamp value.
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 timestamp value.
unsigned short Hour
  • Use:
    This member is used to specify the hour.
  • Description:
    This is an unsigned 2 byte integer which specifies the hour of the input timestamp value.
unsigned short Minute
  • Use:
    This member is used to specify the minute.
  • Description:
    This is an unsigned 2 byte integer which specifies the minute of the input timestamp value.
unsigned short Second
  • Use:
    This member is used to specify the second.
  • Description:
    This is an unsigned 2 byte integer which specifies the second of the input timestamp value.
unsigned int Fraction
  • Use:
    This member is used to specify the fraction of a second.
  • Description:
    This is an unsigned integer which specifies the fraction of a second of the input timestamp value.