The SEDRIS Data Representation Model
APPENDIX C - Types
SE_Month
/*
 * ENUM: SE_Month
 *
 *   This data type specifies the months of the year.
 */
typedef enum
{
SE_MONTH_JANUARY = 1,1
SE_MONTH_FEBRUARY,2
SE_MONTH_MARCH,3
SE_MONTH_APRIL,4
SE_MONTH_MAY,5
SE_MONTH_JUNE,6
SE_MONTH_JULY,7
SE_MONTH_AUGUST,8
SE_MONTH_SEPTEMBER,9
SE_MONTH_OCTOBER,10
SE_MONTH_NOVEMBER,11
SE_MONTH_DECEMBER12
} SE_Month;


Enumerant Notes

1 January.

2 February.

3 March.

4 April.

5 May.

6 June.

7 July.

8 August.

9 September.

10 October.

11 November.

12 December.




Prev: SE_Model_Reference_Type. Next: SE_Multiplicity.


Return to: Top of this Page, Type Index