CLAS CL_ABAP_UTCLONG
Source Link
Open in ADT
Home
Previous Object: CL_ABAP_UNIT_ASSERT
Next Object: CL_ABAP_X_WRITER
Status: RELEASED
Public
Constant min TYPE utclong
Constant max TYPE utclong
Constant timezone_utc TYPE TIMEZONE
Static Method diff
IMPORTING
low TYPE utclong
high TYPE utclong
EXPORTING
days TYPE I
hours TYPE I
minutes TYPE INT8
seconds TYPE decfloat34
RAISING cx_sy_conversion_no_date_time
Static Method read
IMPORTING
string TYPE csequence
timezone TYPE TIMEZONE Optional
daylight_saving_time TYPE ABAP_BOOL Optional
is_24_allowed TYPE ABAP_BOOL Optional
is_leap_sec_allowed TYPE ABAP_BOOL Optional
EXPORTING
value TYPE utclong
RAISING cx_abap_utclong_invalid
RAISING cx_sy_conversion_no_date_time
RAISING cx_parameter_invalid_range
Static Method read_iso_format
IMPORTING
string TYPE csequence
timezone TYPE TIMEZONE Optional
daylight_saving_time TYPE ABAP_BOOL Optional
EXPORTING
value TYPE utclong
RAISING cx_abap_utclong_invalid
RAISING cx_sy_conversion_no_date_time
RAISING cx_parameter_invalid_range
Static Method write_iso_format_with_offset
IMPORTING
utclong TYPE utclong
timezone TYPE TIMEZONE Optional
decimals TYPE I Optional
RETURNING string TYPE STRING
RAISING cx_sy_conversion_no_date_time
Static Method to_system_timestamp
IMPORTING
utc_tstmp TYPE utclong
EXPORTING
system_date TYPE D
system_time TYPE T
RAISING cx_sy_conversion_no_date_time
Static Method from_system_timestamp
IMPORTING
system_date TYPE D
system_time TYPE T
EXPORTING
utc_tstmp TYPE utclong
RAISING cx_sy_conversion_no_date_time
Exists on:
754 | true |
750 | false |
702 | false |
Bug reports and ideas welcome
Made using abaplint.app