...
Code Block |
---|
language | cpp |
---|
theme | Confluence |
---|
|
FUNCTION xpxMkTime (seconds, minutes, hours, day, month, year : |
...
INTEGER;
daylightSavingTimeFlag : BOOLEAN;
VAR time : INTEGER)
status : INTEGER;
|
The xpxMkTime function encodes a compressed time. The xpxMKTime function is similar to the mktime function in the C language. The arguments are identical to those of xpxGmTime except that time has become the last instead of the first argument.
Note |
---|
mktime function converts the input time to local time automatically |
Warning |
---|
xpxMkTime function makes conversion date components into UNIX format adding time zone difference in seconds |
Arguments
...
1 | Type | Name | Comment |
2 | INTEGER | seconds | Seconds after the minute (0, 59) |
3 | INTEGER | minutes | Minutes after the hour (0, 59) |
4 | INTEGER | hours | Hours since midnight (0, 23) |
5 | INTEGER | day | Day of the month (1, 31) |
6 | INTEGER | month | Months since January (0, 11) |
7 | INTEGER | year | Years since 1900. |
8 | BOOLEAN | daylightSavingTimeFlag | TRUE : Daylight Saving Time in effect FALSE: Daylight Saving Time not in effect |
9 | INTEGER | time | A time in compressed format as obtained by xpxTime |
Return Value
...
Insert excerpt |
---|
| US:_r_XPX_Return_Value |
---|
| US:_r_XPX_Return_Value |
---|
nopanel | true |
---|
|
Options
...
Example
...
Code Block |
---|
|
<Missing Example> |
See also
Filter by label (Content by label) |
---|
showLabels | false |
---|
showSpace | false |
---|
cql | label = "extension_schema" and parent = "5636522" |
---|
|