SEDRIS Reference Manual
APPENDIX A - Transmittal Access Level 0 API
Types
SE_Absolute_Time_Interval_Entry
/*
 * STRUCT: SE_Absolute_Time_Interval_Entry
 *
 *   Specifies a time interval in terms of absolute time (GMT),
 *   by specifying a reference_time_point in GMT, then defining
 *   the length of the interval relative to that reference
 *   time point.
 */
typedef struct
{
SE_Absolute_Time_Fields reference_time_point; (notes)
SE_Absolute_Time_Interval_Fields absolute_interval; (notes)
} SE_Absolute_Time_Interval_Entry;


Field Notes


reference_time_point

 The start time of the interval.

absolute_interval

 The duration of the interval.



Next: SE_Access_Mode.


Return to: Top of this Page, Type Index

Last updated: July 16, 2004 Copyright © 2004 SEDRIS