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 Current »


 
SYNTAX:
 
xpxLocalTime(time, VAR seconds, VAR minutes            : INTEGER;
              VAR month, VAR year, VAR hours, VAR day   : INTEGER;
              VAR daylightSavingTimeFlag                : BOOLEAN)
              status                                    : INTEGER;
 
The xpxLocalTime function decodes a compressed time into local time. The xpxLocalTime function is similar to the localtime function in the C language, except that the weekday and days since Jan. 1 are not decoded. The arguments are identical to those of xpxGmTime.

  • No labels