The SEDRIS Data Representation Model
APPENDIX C - Types
SE_Time_Of_Day
/*
 * REGISTERABLE ENUM: SE_Time_Of_Day
 *
 *   This data type specifies a portion of a day. Note that some of these
 *   enumerants specify overlapping periods of time, so that
 *   the user may partition a day as desired.
 *
 *   Possible partitions include
 *
 *   DAY, NIGHT
 *
 *   MORNING, AFTERNOON, NIGHT
 *
 *   DAWN, MORNING, AFTERNOON, DUSK, NIGHT
 */
typedef SE_Short_Integer SE_Time_Of_Day;
Enumerant Definition Value
SE_TIMEOFDAY_DAWN
 Dawn.
1
SE_TIMEOFDAY_MORNING
 The period between sunrise and noon.
2
SE_TIMEOFDAY_DAY
 The period between sunrise and sunset.
3
SE_TIMEOFDAY_AFTERNOON
 The period between noon and sunset.
4
SE_TIMEOFDAY_DUSK
 Dusk.
5
SE_TIMEOFDAY_EVENING
 Evening.
6
SE_TIMEOFDAY_NIGHT
 The period between sunset and sunrise.
7



Prev: SE_Time_MD_HMS_Value. Next: SE_Time_Significance.


Return to: Top of this Page, Type Index