SQL_YEAR_MONTH_STRUCT
SQL_YEAR_MONTH_STRUCT — contains year and month data for SQL_INTERVAL_STRUCT.
class SQL_YEAR_MONTH_STRUCT
{
month;
year;
}
This structure contains year and month data for SQL_INTERVAL_STRUCT. For more information, please refer to C Interval Structure.