The SEDRIS Data Representation Model
APPENDIX C - Types
SE_Time_Of_Day
/*
 * 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 enum
{
SE_TIME_OF_DAY_DAWN, (notes)
SE_TIME_OF_DAY_MORNING, (notes)
SE_TIME_OF_DAY_DAY, (notes)
SE_TIME_OF_DAY_AFTERNOON, (notes)
SE_TIME_OF_DAY_DUSK, (notes)
SE_TIME_OF_DAY_EVENING, (notes)
SE_TIME_OF_DAY_NIGHT (notes)
} SE_Time_Of_Day;


Enumerant Notes


SE_TIME_OF_DAY_DAWN

 Dawn.

SE_TIME_OF_DAY_MORNING

 The period between sunrise and noon.

SE_TIME_OF_DAY_DAY

 The period between sunrise and sunset.

SE_TIME_OF_DAY_AFTERNOON

 The period between noon and sunset.

SE_TIME_OF_DAY_DUSK

 Dusk.

SE_TIME_OF_DAY_EVENING

 Evening.

SE_TIME_OF_DAY_NIGHT

 The period between sunset and sunrise.



Prev: SE_Time_Data_Type. Next: SE_Time_Significance.


Return to: Top of this Page, Type Index

Last updated: May 15, 2003 Copyright © 2003 SEDRIS™