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

SE_Integer year;
SE_Month month;
SE_Byte_Positive day;
SE_Byte_Unsigned hour;
} SE_Time_YMD_H_Value;



Prev: SE_Time_YD_Value. Next: SE_Time_YMD_HM_Value.


Return to: Top of this Page, Type Index