The SEDRIS Data Representation Model
APPENDIX C - Types
SE_Time_YMD_HMS_Value
/*
 * STRUCT: SE_Time_YMD_HMS_Value
 *
 *   This data type encapsulates the elements of a single
 *   DATE_YMD_AND_TIME_HMS value.
 */
typedef struct
{
SE_Integer year;
SE_Month month;
SE_Byte_Positive day_of_month;
SE_Byte_Unsigned hour; (notes)
SE_Byte_Unsigned minutes; (notes)
SE_Long_Float seconds; (notes)
} SE_Time_YMD_HMS_Value;


Field Notes


hour

 The value shall be between [0, 23].

minutes

 The value shall be between [0, 59].

seconds

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



Prev: SE_Time_YMD_HM_Value. Next: SE_Time_YMD_Value.


Return to: Top of this Page, Type Index

Last updated: July 16, 2004 Copyright © 2004 SEDRIS