Class Reference
IRIS for UNIX 2024.1.2
|
|
Private
Storage
|
ODBC Type: TIMESTAMP
The
The logical value of the
The earliest date supported by
|
|
|
The format specification for the data type's date component display value. The value of the DATEFORMAT parameter corresponds to the available parameters of the$ZDATETIME
and$ZDATETIMEH
function's fformat value, which is used to perform the formatting of the time component of the timestamp value.
Declares the default null marker value to use in index subscripts for properties of type %PosixTime
JSONTYPE is JSON type used for this datatype.
The maximum allowed logical value for the data type. By default, a Logical value of 1406323805406846975, which is 9999-12-31 23:59:59.999999.
The minimum allowed logical value for the data type. By default, a logical value of -6979664624441081856, which is 0001-01-01 00:00:00.
The format specification for the data type's time component display value. The value of the TIMEFORMAT parameter corresponds to the available parameters of the$ZDATETIME
and$ZDATETIMEH
function's tformat value, which is used to perform the formatting of the time component of the timestamp value.
XMLTIMEZONE specifies the handling of timezone part of the XML format dateTime. "UTC" means convert to UTC on input. "IGNORE means ignore the timezone.
Declares the XSD type used when projecting XML Schemas.
|
Returns the current logical%PosixTime value.
Returns the current logical UTC%PosixTime value.
Converts a logical%Date value to logical%PosixTime value.
Converts the input value %val, which represents a display timestamp value, in a logical%PosixTime value.
Tests if the logical value %val, which represents a%PosixTime value, is valid. Input value of a valid%TimeStamp logical value or%Date ODBC value is also allowed. If%TimeStamp logical value or%Date ODBC value is given, it will first be converted to a%PosixTime value The validation is based on the class parameter settings used for the class attribute this data type is associated with. In this case, MAXVAL and MINVAL.
Converts the JSON UNIX time to logical %PosixTime.
Converts a logical%PosixTime value to a logical%Date value.
Converts the value of %val, which is in logical format as the encoded number of seconds since Jan 01, 1970 00:00:00, into a display timestamp string.
Converts the logical %PosixTime value to the JSON integer UNIX time value.
Converts %val, which represents a logical%PosixTime value into an ODBC format TIMESTAMP value
Converts a logical%PosixTime value to a logical%Time value.
Converts a logical%PosixTime value to a logical%TimeStamp value.
Converts a logical%PosixTime value to a Unix time value (number of seconds before or after 01 Jan 1970 00:00:00.000000).
Converts the%PosixTime value to the canonical SOAP encoded value.
Converts %val to a normalized%PosixTime value. Input value of a valid%TimeStamp logical value,%Date ODBC value, or%Date logical value is also allowed. If%TimeStamp logical value ,%Date ODBC value, or%Date logical value is given, it will first be converted to a%PosixTime value
Converts %val, which represents either a Timestamp in ODBC format, or a Date in ODBC format, into a logical%PosixTime value.Returns the logical
%PosixTime value of the ODBC Timestamp string %val.
Converts a logical%TimeStamp value to a logical%PosixTime value.
Converts a logical%Time value to a logical%PosixTime value.
Converts a a Unix time value (number of seconds before or after 01 Jan 1970 00:00:00.000000 UTC) to a logical local%PosixTime value.
Converts the SOAP encoded input datetime value into a%PosixTime value.