Home > Contents > Index >
CCUSER.SETTIMEZONE
This tag is used to set the timezone settings that are in effect for the current user.
Syntax
<CCUSER.SETTIMEZONE NAME="user name" VALUE=="variable name" />Parameters
NAME (required)
- Object name of the current user that is created/loaded.
VALUE(required)
- Variable name name that will contain the timezone id that has to be set for the current user.
Example
<!-- For each user get the id of the user using CCUSER.ID --> <USERMANAGER.GETUSER USER="1167817871601" OBJVARNAME="usrObj" />
<CCUSER.SETTIMEZONE NAME="usrObj" VALUE="America/Nassau"/>
Home > Contents > Index > ![]()
Oracle XML Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.