Guardian Procedure Calls Reference Manual (G06.25+)
Guardian Procedure Calls (D-E)
Guardian Procedure Calls Reference Manual—522629-013
4-90
DST_GETINFO_ Procedure
DST_GETINFO_ Procedure
Summary
Syntax for C Programmers
Syntax for TAL Programmers
Parameters
Considerations
Example
Summary
The DST_GETINFO_ procedure, for G05.00 and later G-series releases, provides the
information about the DST entry that is in effect at time
keygmt.
Syntax for C Programmers
Syntax for TAL Programmers
Parameters
error
indicates the outcome of the operation. Table 4-2, Error Summary for DST_*
Procedures, summarizes the possible values for error. It is recommended that
the literal values be used instead of the numerical values when coding (for
example, ZSYS^VAL^DST^OK, not 0).
keygmt input
FIXED:value
specifies time in GMT for required DST information. If
keygmt is set to 0, it
returns the entry currently in effect. If
keygmt is set to -1, it returns the first entry in
the table. If
keygmt is set to 1, it returns the last entry in the table.
#include <cextdecs(DST_GETINFO_)>
short DST_GETINFO_ ( long long keygmt
,short *dstentry );
error:= DST_GETINFO_ ( keygmt ! i
, dstentry ); ! o