|
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; |
|