The SEDRIS Data Representation Model
APPENDIX C - Types
SE_Time_MD_HMS_Value
/*
 * STRUCT: SE_Time_MD_HMS_Value
 *
 *   This data type encapsulates the elements of a single
 *   DATE_MD_AND_TIME_HMS time value.
 */
typedef struct
{

SE_Month month;
SE_Short_Integer_Positive day;
SE_Byte_Unsigned hour;
SE_Byte_Unsigned minutes;
SE_Long_Float seconds;
} SE_Time_MD_HMS_Value;



Prev: SE_Time_MD_HM_Value. Next: SE_Time_Of_Day.


Return to: Top of this Page, Type Index