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

#include <ODPPCmnAPI.h>

Collaboration diagram for ODPP_ODBC_TIME:
Collaboration graph

Structure Members

unsigned short Hour
 
unsigned short Minute
 
unsigned short Second
 

Structure Description

Structure Member Documentation

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 time 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 time 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 time value.