xpxLocalTime

FUNCTION xpxLocalTime(time, VAR seconds, VAR minutes            : INTEGER;
                      VAR month, VAR year, VAR hours, VAR day   : INTEGER;
                      VAR daylightSavingTimeFlag                : BOOLEAN)
                      status                                    : INTEGER;

The xpxLocalTime function decodes a compressed time into local time. The xpxLocalTime function is similar to the localtime function in the C language, except that the weekday and days since Jan. 1 are not decoded. The arguments are identical to those of xpxGmTime.

Arguments


TypeNameComment
INTEGERtimecomment
INTEGERseconds 
INTEGERminutes 
INTEGERmonth 
INTEGERyear 
INTEGERhours 
INTEGERday 
BOOLEANdaylightSavingTimeFlag 

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.

 

Related pages