Guardian Procedure Calls Reference Manual
DST_TRANSITION_ADD_ Procedure
Summary
Syntax for C Programmers
Syntax for TAL Programmers
Parameter
Returned Value
Structure Definitions for dstentry
DST_... Procedure Errors
Considerations
Example
Summary
The DST_TRANSITION_ADD_ procedure, for G05.00 and later G-series RVUs, allows a super-group
user (255,n) to add an entry to the daylight-saving-time (DST) transition table. This operation is
allowed only when the DAYLIGHT_SAVING_TIME option in the system is configured to the TABLE
option.
Syntax for C Programmers
#include <cextdecs(DST_TRANSITION_ADD_)>
short DST_TRANSITION_ADD_ ( short *dstentry );
Syntax for TAL Programmers
error:= DST_TRANSITION_ADD_ ( dstentry ); ! i
Parameter
dstentry
input
INT .EXT:ref:*
specifies the address of the ZSYS^DDL^DST^ENTRY^DEF structure that contains all of the input
fields for this procedure. For more information on how to assign field values to the structure,
see Structure Definitions for dstentry.
Returned Value
INT
Outcome of the call. DST_... Procedure Errors (page 330) summarizes the possible values for error.
DST_TRANSITION_ADD_ Procedure 329