The SEDRIS Data Representation Model
APPENDIX C - Types
SE_Time_Configuration
/*
 * REGISTERABLE ENUM: SE_Time_Configuration
 *
 *   This data type specifies the configuration
 *   of time data in a given instance of
 *   <Absolute Time>.
 */
typedef SE_Short_Integer SE_Time_Configuration;
Enumerant Definition Value
SE_TIMECFG_DATE_YMD_AND_TIME_HMS
 The time specifies the year, month, and the
 day of the month as well as the hour, the
 minute, and the second.
1
SE_TIMECFG_DATE_YMD_AND_TIME_HM
 The time specifies the year, month, and the
 day of the month as well as the hour,and the
 minute.
2
SE_TIMECFG_DATE_YMD_AND_TIME_H
 The time specifies the year, month, and the
 day of the month as well as the hour.
3
SE_TIMECFG_DATE_YMD
 The time specifies the year, month, and the
 day of the month.
4
SE_TIMECFG_DATE_YD_AND_TIME_HMS
 The time specifies the year and the
 day of the year as well as the hour, the
 minute, and the second.
5
SE_TIMECFG_DATE_YD_AND_TIME_HM
 The time specifies the year and the
 day of the year as well as the hour, and the
 minute.
6
SE_TIMECFG_DATE_YD_AND_TIME_H
 The time specifies the year and the
 day of the year as well as the hour.
7
SE_TIMECFG_DATE_YD
 The time specifies the year and the
 day of the year.
8
SE_TIMECFG_DATE_MD_AND_TIME_HMS
 The time specifies the month and the day of the month
 as well as the hour, the minute, and the second and
 applies to any year.
9
SE_TIMECFG_DATE_MD_AND_TIME_HM
 The time specifies the month and the day of the month
 as well as the hour and the minute and
 applies to any year.
10
SE_TIMECFG_DATE_MD_AND_TIME_H
 The time specifies the month and the day of the month
 as well as the hour and applies to any year.
11
SE_TIMECFG_DATE_Y
 The time specifies the year.
12
SE_TIMECFG_DATE_M
 The time specifies the month.
13
SE_TIMECFG_DAY_OF_YEAR
 The time specifies the day of year.
14



Prev: SE_Text_Font. Next: SE_Time_Data_Type.


Return to: Top of this Page, Type Index