Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

This mktime function needs converts the input time to local time to correctly create the correct output. See xpxLocalTimeautomatically


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

...