SQL_DAY_SECOND_STRUCT

SQL_DAY_SECOND_STRUCT — contains time data for SQL_INTERVAL_STRUCT.

Synopsis

class SQL_DAY_SECOND_STRUCT
{
    day;
    fraction;
    hour;
    minute;
    second;
}
    

Description

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