You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Syntax
set aDateTimeObject = aString.convertToDateTime() 
set aDateTimeObject = convertToDateTime(LITERAL)
Semantics

convertToDateTime() converts the internal lexical representation of DateTime ("CCYY-MM-DDThh:mm:ss[.sss][Z|[+|-]hh:mm]") to a DateTime type.
If the conversion is not possible, an error message is raised (for instance: NULL strings).

SubstitutablesaString Can be any variable or object attribute having the type String. The format must correspond to the lexical representation of DateTime.  
LITERAL String literal. The format must correspond to the lexical representation of DateTime.
Examples
set aDateTimeObject = aString.convertToDateTime(); 
  • No labels