Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

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.

Arguments


1TypeNameComment
2INTEGERsecondsSeconds after the minute (0, 59)
3INTEGERminutesMinutes after the hour (0, 59)
4INTEGERhoursHours since midnight (0, 23)
5INTEGERdayDay of the month (1, 31)
6INTEGERmonth Months since January (0, 11)
7INTEGERyearYears since 1900.
8BOOLEANdaylightSavingTimeFlagTRUE : Daylight Saving Time in effect     FALSE: Daylight Saving Time not in effect
9INTEGERtime A time in compressed format as obtained by xpxTime

Return Value


Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_r_XPX_Return_Value'.

Options


 

Example


<Missing Example>

 

See also

Filter by label

There are no items with the selected labels at this time.

 

  • No labels