SAP ABAP Class CL_XLF_DATE_TIME (ISO 8601 date/time parser)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DOC-TTL (Application Component) Translation Tools
⤷
SLXE_XLIFF (Package) XLIFF 1.2 Library

⤷

⤷

Properties
Class | CL_XLF_DATE_TIME | |
Short Description | ISO 8601 date/time parser | |
Super Class | ||
Instantiability of a Class | 0 | Private |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SLXE_XLIFF | XLIFF 1.2 Library |
Created | 20100913 | SAP |
Last change | 20110908 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_XLF_DATE_TIME has no interface implemented.
Friends
Class CL_XLF_DATE_TIME has no friend class.
Attributes
Class CL_XLF_DATE_TIME has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | 20100913 | |
2 | ![]() |
Static method | Private | Method | 20100913 | |
3 | ![]() |
Static method | Private | Method | 20100913 | |
4 | ![]() |
Static method | Private | Method | 20100914 | |
5 | ![]() |
Static method | Public | Method | 20100913 |
Events
Class CL_XLF_DATE_TIME has no event.
Types
Class CL_XLF_DATE_TIME has no local type.
Method Signatures
Method CREATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ISO8601 | Value transfer | Type reference (TYPE) | STRING | 20100913 | |||
2 | ![]() |
TIMESTAMP | Call by reference | Type reference (TYPE) | TIMESTAMP | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | 20100913 |
Method CREATE on class CL_XLF_DATE_TIME has no exception.
Method DAYS_IN_MONTH Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
DAYS | Value transfer | Type reference (TYPE) | I | 20100913 | |||
2 | ![]() |
MONTH | Call by reference | Type reference (TYPE) | I | 20100913 | |||
3 | ![]() |
YEAR | Call by reference | Type reference (TYPE) | I | 20100913 |
Method DAYS_IN_MONTH on class CL_XLF_DATE_TIME has no exception.
Method IS_LEAP_YEAR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_LEAP_YEAR | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20100913 | |||
2 | ![]() |
YEAR | Call by reference | Type reference (TYPE) | I | 20100913 |
Method IS_LEAP_YEAR on class CL_XLF_DATE_TIME has no exception.
Method I_TO_STRING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I | Value transfer | Type reference (TYPE) | I | 20100914 | |||
2 | ![]() |
MIN_WIDTH | Value transfer | Type reference (TYPE) | I | 20100914 | |||
3 | ![]() |
S | Value transfer | Type reference (TYPE) | STRING | 20100914 |
Method I_TO_STRING on class CL_XLF_DATE_TIME has no exception.
Method PARSE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ISO8601 | Call by reference | Type reference (TYPE) | STRING | 20100913 | |||
2 | ![]() |
TIMESTAMP | Value transfer | Type reference (TYPE) | TIMESTAMP | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | 20100913 |
Method PARSE on class CL_XLF_DATE_TIME has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 703 |