Home > Contents > Index >
CCUSER.GETTIMEZONE
This tag is used to retrieve the timezone settings that are in effect for the current user.
Syntax
<CCUSER.GETTIMEZONE NAME="user name" VARNAME="variable name" />Parameters
NAME (required)
- Object name of the current user that is created/loaded.
VARNAME (required)
- Variable name that will store the timezone value that has been retrieved from the current user.
Example
<!-- For each user get the id of the user using CCUSER.ID --> <USERMANAGER.GETUSER USER="1167817871601" OBJVARNAME="usrObj" />
<CCUSER.GETTIMEZONE NAME="usrObj" VARNAME="locaVar"/>
<BR/> TIMEZONE: <CSVAR NAME="Variables.locaVar"/>
Home > Contents > Index > Oracle XML Tag Reference
Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.