...
Code Block | ||||
---|---|---|---|---|
| ||||
FUNCTION xpxGetExtendedDate (VAR seconds, VAR minutes : INTEGER;
VAR hours, VAR day, VAR month : INTEGER;
VAR year, VAR weekday : INTEGER;
VAR dayInYear : INTEGER;
VAR daylightSavingTimeFlag : BOOLEAN)
status : INTEGER;
|
The xpxGetExtendedDate procedure returns the current time and date in the format as listed in the formal parameters of this procedure.
Arguments
...
1 | Type | Name | Comment |
2 | INTEGER | seconds | comment |
3 | INTEGER | minutes | |
4 | INTEGER | hours | |
5 | INTEGER | day | |
6 | INTEGER | month | |
7 | INTEGER | year | |
8 | INTEGER | weekday | |
9 | INTEGER | dayInYear | |
10 | BOOLEAN | daylightSavingTimeFlag |
Return Value
...
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Options
...
Example
...
Code Block | ||
---|---|---|
| ||
<Missing Example> |
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|