The SEDRIS Data Representation Model
APPENDIX C - Types
SE_Time_Value
/*
 * STRUCT: SE_Time_Value
 *
 *   This data type specifies a time value for an <Absolute Time> instance.
 */
typedef struct
{

SE_Time_Configuration configuration;
union
{
SE_Time_YMD_HMS_Value ymd_hms;
SE_Time_YMD_HM_Value ymd_hm;
SE_Time_YMD_H_Value ymd_h;
SE_Time_YMD_Value ymd;
SE_Time_YD_HMS_Value yd_hms;
SE_Time_YD_HM_Value yd_hm;
SE_Time_YD_H_Value yd_h;
SE_Time_YD_Value yd;
SE_Time_MD_HMS_Value md_hms;
SE_Time_MD_HM_Value md_hm;
SE_Time_MD_H_Value md_h;
SE_Time_Y_Value year;
SE_Time_M_Value month;
SE_Time_Day_Of_Year_Value day_of_year;
} value;
} SE_Time_Value;



Prev: SE_Time_Significance. Next: SE_Time_Y_Value.


Return to: Top of this Page, Type Index