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 xpxGmTime (time, VAR seconds, VAR minutes : INTEGER;
                    VAR hours, VAR day, VAR month  : INTEGER;
                    VAR year                       : INTEGER;
                    VAR daylightSavingTimeFlag     : BOOLEAN)
                    status                         : INTEGER;

Use this function to ....

Arguments


Type

Arguments

Comment

 INTEGER

time

    A time in compressed format as obtained by xpxTime

 INTEGER

seconds 

    Seconds after the minute (0, 59)

 INTEGER

minutes 

    Minutes after the hour (0, 59)

 INTEGER

hours 

    Hours since midnight (0, 23)

 INTEGER

day 

    Day of the month (1, 31)

 INTEGER

month 

    Months since January (0, 11)

 INTEGER

year 

    Years since 1900.

 BOOLEAN

daylightSavingTime

    TRUE : Daylight Saving Time in effect     FALSE: Daylight Saving Time not in effect

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