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

SE_Integer year;
SE_Month month;
SE_Byte_Positive day;
} SE_Time_YMD_Value;



Prev: SE_Time_YMD_HMS_Value. Next: SE_Type_Classification.


Return to: Top of this Page, Type Index