|
SEDRIS Reference Manual
APPENDIX A - Transmittal Access Level 0 API Types SE_Time_Entry |
|---|
/* * STRUCT: SE_Time_Entry * * An array of these make up the SE_Time_Select_Parameters data structure. */
| typedef | struct | |
| { | ||
| SE_Time_Data_Type | time_entry_type; | |
| union | ||
| { | ||
| SE_Season_Fields | season; | |
| SE_Time_Interval_Entry | time_interval; | |
| SE_Time_Of_Day_Fields | time_of_day; | |
| SE_Time_Point_Entry | time_point; | |
| } u; |
|