|
The SEDRIS Data Representation Model
APPENDIX C - Types SE_Time_MD_H_Value |
|---|
/* * STRUCT: SE_Time_MD_H_Value * * This data type encapsulates the elements of a single * DATE_MD_AND_TIME_H time value. */
| typedef | struct | |
| { | ||
| SE_Month | month; | |
| SE_Short_Integer_Positive | day_of_month; | |
| SE_Byte_Unsigned | hour; |
|