/AWS1/CL_GEPTIMEZONE¶
The time zone in which the place is located.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_name TYPE /AWS1/GEPSENSITIVESTRING /AWS1/GEPSENSITIVESTRING¶
The time zone name.
Optional arguments:¶
iv_offset TYPE /AWS1/GEPSENSITIVESTRING /AWS1/GEPSENSITIVESTRING¶
Time zone offset of the timezone from UTC.
iv_offsetseconds TYPE /AWS1/GEPDURATIONSECONDS /AWS1/GEPDURATIONSECONDS¶
The offset of the time zone from UTC, in seconds.
Queryable Attributes¶
Name¶
The time zone name.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
Offset¶
Time zone offset of the timezone from UTC.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OFFSET() |
Getter for OFFSET, with configurable default |
ASK_OFFSET() |
Getter for OFFSET w/ exceptions if field has no value |
HAS_OFFSET() |
Determine if OFFSET has a value |
OffsetSeconds¶
The offset of the time zone from UTC, in seconds.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OFFSETSECONDS() |
Getter for OFFSETSECONDS |