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.
General
Content
Integrations