TIME_STRUCT
TIME_STRUCT — contains time data (h,m,s).
class TIME_STRUCT { hour; minute; second; }
This structure contains time data. For more information, please refer to C Data Types.