SQL_YEAR_MONTH_STRUCT

SQL_YEAR_MONTH_STRUCT — contains year and month data for SQL_INTERVAL_STRUCT.

Synopsis

class SQL_YEAR_MONTH_STRUCT
{
    month;
    year;
}
    

Description

This structure contains year and month data for SQL_INTERVAL_STRUCT. For more information, please refer to C Interval Structure.