Documentation
for developers and administrators
Home
APIs
Processing
Billing
Management
Webhooks
Manuals
Terminology
User Guides
User Interface Reference
How-To Tutorials
Lessons
Data Dictionaries
UniCore
UniCharge
UniBill
Build
Properties Definition
Resources (Directory Structure)
Zip and Country Codes
Development
Log Files
Permissions
JNDI Names
Job Queues
Reference Materials
Supported Providers (Banks & Networks)
UniPay Codes & Code Mappings
Integrated 3rd Party Libraries
Diagrams and Documents
Entire website
This section only
Time Zone Code
Added On:
08/07/14
SQL Table:
IAPP_TIME_ZONE_CODE
Module:
UniCore
Type:
Entity
Status:
Active
Java Class:
TimeZoneCode
Entity that represents general information about time zones.
Available Fields:
Code
Country Code
Id
Is Default
Name
System Code
Code
Added On:
08/07/14
SQL Column:
CODE
Java Field:
code
Status:
Active
SQL Type:
varchar(30)
Java Type:
String
Attributes:
Code of the time zone.
Country Code
Added On:
08/07/14
SQL Column:
COUNTRY_CODE
Java Field:
countryCode
Status:
Active
SQL Type:
varchar(3)
Java Type:
String
Attributes:
Code of the country that specified time zone belongs to.
Id
Added On:
08/07/14
SQL Column:
ID
Java Field:
id
Status:
Active
SQL Type:
bigint(20)
Java Type:
Long
Identifier / Primary Key
Attributes:
Unique, Required, CreateOnly, ReadOnly
Identifier of the object used for references; auto-incremented integer value.
Is Default
Added On:
06/21/22
SQL Column:
IS_DEFAULT
Java Field:
isDefault
Status:
Active
SQL Type:
tinyint(1)
Java Type:
Boolean
Attributes:
Default:Boolean.TRUE
Name
Added On:
08/07/14
SQL Column:
NAME
Java Field:
name
Status:
Active
SQL Type:
varchar(50)
Java Type:
String
Attributes:
Name of the time zone (e.g. EST).
System Code
Added On:
08/19/14
SQL Column:
SYSTEM_CODE
Java Field:
systemCode
Status:
Active
SQL Type:
varchar(60)
Java Type:
String
Attributes:
Code of the time zone in the system.