|
The SEDRIS Data Representation Model
APPENDIX C - Types SE_Time_YD_H_Value |
|---|
/* * STRUCT: SE_Time_YD_H_Value * * This data type encapsulates the elements of a single * DATE_YD_AND_TIME_H value. */
| typedef | struct | ||
| { | |||
| SE_Integer | year; | ||
| SE_Short_Integer_Positive | day_of_year; | ||
| SE_Byte_Unsigned | hour; | (notes) |
The value shall be between [0, 23].
|