...
Code Block | ||||
---|---|---|---|---|
| ||||
FUNCTION xpxGetDate (VAR seconds, VAR minutes : INTEGER;
VAR hours, VAR day, VAR month : INTEGER;
VAR year : INTEGER)
status : INTEGER;
|
The xpxGetDate procedure returns the current time and date in the format as listed in the formal parameters of this procedure.
Arguments
...
Type | Name | Comment |
INTEGER | seconds | comment |
INTEGER | minutes | |
INTEGER | hours | |
INTEGER | day | |
INTEGER | month | |
INTEGER | year |
Return Value
...
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Options
...
Example
...
Code Block | ||
---|---|---|
| ||
<Missing Example> |
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|