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 ABAP 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 CREATE Static method Public Method 20100913
2 DAYS_IN_MONTH Static method Private Method 20100913
3 IS_LEAP_YEAR Static method Private Method 20100913
4 I_TO_STRING Static method Private Method 20100914
5 PARSE 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 Returning ISO8601 Value transfer Type reference (TYPE) STRING 20100913
2 Importing 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 Returning DAYS Value transfer Type reference (TYPE) I 20100913
2 Importing MONTH Call by reference Type reference (TYPE) I 20100913
3 Importing 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 Returning IS_LEAP_YEAR Value transfer Type reference (TYPE) ABAP_BOOL 20100913
2 Importing 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 Importing I Value transfer Type reference (TYPE) I 20100914
2 Importing MIN_WIDTH Value transfer Type reference (TYPE) I 20100914
3 Returning 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 Importing ISO8601 Call by reference Type reference (TYPE) STRING 20100913
2 Returning 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