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

SE_Integer year;
SE_Short_Integer_Positive day_of_year;
SE_Byte_Unsigned hour;
SE_Byte_Unsigned minutes;
SE_Long_Float seconds;1
} SE_Time_YD_HMS_Value;


Field Notes

seconds

The value shall be greater than or equal to zero, where fractions provide sub-second accuracy, if needed.




Prev: SE_Time_YD_HM_Value. Next: SE_Time_YD_Value.


Return to: Top of this Page, Type Index