IRISLIB database
date Class Reference

This data type represents a date in the format YYYY-MM-DD. More...

Inheritance diagram for date:
Collaboration diagram for date:

Additional Inherited Members

- Static Public Member Functions inherited from Date
_.Library.Date DisplayToLogical (_, _.Library.String val)
 Converts the input value val, which represents a date, into $H format. More...
 
_.Library.Status IsValid (_, _.Library.RawString val)
 Tests if the logical value val, which represents a date in $H format,. More...
 
_.Library.Date JSONToLogical (_, _.Library.String val)
 Converts the JSON input date value into a Date value.
 
_.Library.String LogicalToDisplay (_, _.Library.Date val)
 Converts the value of val, which is in logical $H format, into a display string. More...
 
_.Library.String LogicalToJSON (_, _.Library.Date val)
 Converts the Date value to the canonical JSON value.
 
_.Library.String LogicalToOdbc (_, _.Library.Date val)
 Converts val, which represents a date in logical $H format, into ODBC date format. More...
 
_.Library.String LogicalToXSD (_, _.Library.Date val)
 Converts the Date value to the canonical SOAP encoded value.
 
_.Library.Date Normalize (_, _.Library.RawString val)
 Converts val to a normalized value.
 
_.Library.Date OdbcToLogical (_, _.Library.String val)
 Converts val, which represents a date in ODBC format, into $H format. More...
 
_.Library.Date XSDToLogical (_, _.Library.String val)
 Converts the SOAP encoded input date value into a Date value.
 
- Static Public Attributes inherited from Date
 DISPLAYLIST = None
 The Date data type class represents a date. More...
 
 FORMAT = None
 The format specification for the data type's display 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...
 
 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 date in the format YYYY-MM-DD.

Internally, this is stored in InterSystems IRIS $H format.