...
Code Block | ||||
---|---|---|---|---|
| ||||
FUNCTION xpxDateToString (seconds, minutes, hours, day, month, year : INTEGER; |
...
VAR timeAndDate : STRING)
status : INTEGER;
|
The xpxDateToString function converts the specified time and date to a string in the following format: Mon Oct 27 08:06:00 MET 1997. The formatted time and date will be returned through the timeAndDate argument.
Arguments
...
Type | Name | Comment |
INTEGER | seconds | seconds |
INTEGER | minutes | minutes |
INTEGER | hours | hours |
INTEGER | day | day |
INTEGER | month | month |
INTEGER | year | year |
STRING | timeAndDate | Returned time and date value |
Return Value
...
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Options
...
Example
...
Code Block | ||
---|---|---|
| ||
<Missing Example> |
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|