IRISLIB database
dateTime Class Reference

This data type represents a time stamp value in the format YYYY-MM-DD HH:MM:SS.nnnnnnnnn. More...

Inheritance diagram for dateTime:
Collaboration diagram for dateTime:

Additional Inherited Members

- Static Public Member Functions inherited from TimeStamp
_.Library.TimeStamp DisplayToLogical (_, _.Library.String val)
 Converts the input value val, which represents a Display timestamp value,. More...
 
_.Library.Status IsValid (_, _.Library.RawString val)
 Tests if the logical value val, which represents a timestamp. More...
 
_.Library.String LogicalToDisplay (_, _.Library.TimeStamp val)
 Converts the value of val, which is in logical format YYYY-MM-DD HH:MM:SS[.nnnnnnnnn], into a display string. More...
 
_.Library.String LogicalToXSD (_, _.Library.TimeStamp val)
 Converts the TimeStamp value to the canonical SOAP encoded value.
 
_.Library.TimeStamp Normalize (_, _.Library.RawString val)
 Transforms Logical Date or ODBC Date values into timestamp. More...
 
_.Library.TimeStamp OdbcToLogical (_, _.Library.String val)
 Converts val, which represents either a Timestamp in ODBC format,. More...
 
_.Library.TimeStamp XSDToLogical (_, _.Library.String val)
 Converts the SOAP encoded input dateTime value into a TimeStamp value.
 
- Static Public Attributes inherited from TimeStamp
 DISPLAYLIST = None
 The TimeStamp data type class represents a time stamp value. More...
 
 MAXVAL = None
 The maximum allowed logical value for the data type.
 
 MINVAL = None
 The minimum allowed logical value for the data type.
 
 VALUELIST = None
 Used for enumerated (multiple-choice) attributes. More...
 
 XMLTIMEZONE = None
 XMLTIMEZONE specifies the handling of timezone part of the XML format dateTime. More...
 
 XSDTYPE = None
 Declares the XSD type used when projecting XML Schemas.
 
- Static Public Attributes inherited from DataType
 INDEXNULLMARKER = None
 Override this parameter value to specify what value should be used as a null marker when a property of the type is used in a subscript of an index map. More...
 

Detailed Description

This data type represents a time stamp value in the format YYYY-MM-DD HH:MM:SS.nnnnnnnnn.