...
Code Block | ||||
---|---|---|---|---|
| ||||
FUNCTION 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.
Arguments
...
Type | Name | Comment |
INTEGER | time | comment |
INTEGER | seconds | |
INTEGER | minutes | |
INTEGER | month | |
INTEGER | year | |
INTEGER | hours | |
INTEGER | day | |
BOOLEAN | daylightSavingTimeFlag |
Return Value
...
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Options
...
Example
...
Code Block | ||
---|---|---|
| ||
<Missing Example> |
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|