Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »


 
SYNTAX:
 
xpxMkTime (seconds, minutes, hours, day, month, year : INTEGER;
           daylightSavingTimeFlag                    : BOOLEAN;
            VAR time                                  : INTEGER)
            status                                    : INTEGER;
 
The xpxMkTime function encodes a compressed time. The xpxMKTime function is similar to the mktime function in the C language. The arguments are identical to those of xpxGmTime except that time has become the last instead of the first argument.

  • No labels