Class Reference
IRIS for UNIX 2024.1.2
|
|
Private
Storage
|
ODBC Type: TIME
Custom Time datatype designed to handle internal FILEMAN format Time (HHMMSS). A field defined as a TIME data type can accept many of the date/time entries, but only stores the TIME portion. Example: External: 15:09:43 Internal: 150943 It does not require any extra routines to function
|
|
Methods | |||
---|---|---|---|
DisplayToLogical | IsValid | LogicalToDisplay | LogicalToOdbc |
LogicalToXSD | OdbcToLogical | XSDToLogical |
|
The default collation value used for this data type.
|
Converts DISPLAY format TIME ([MM/DD/YYYY ]HH:MM:SS) to FILEMAN format Time (HHMMSS).
Checks for Invalid Format, expects FILEMAN format Time (HHMMSS, 00:00:01 through 24:00:00).
Converts FILEMAN format TimeStamp (HHMMSS) to DISPLAY format TIME HH:MM:SS).
Converts FILEMAN format Time (HHMMSS) to ODBC format TIME (HH:MM:SS)
Converts the %FilemanTime value to the canonical SOAP encoded value.
Converts ODBC format TIMESTAMP (YYYY-MM-DD HH:MM:SS) to FILEMAN format TimeStamp (CYYMMDD.HHMMSS)