Custom Time datatype designed to handle internal FILEMAN format Time (HHMMSS). More...
Static Public Member Functions | |
_.Library.FilemanTime | DisplayToLogical (_.Library.String Arg1) |
Converts DISPLAY format TIME ([MM/DD/YYYY ]HH:MM:SS) to FILEMAN format Time (HHMMSS). | |
_.Library.Status | IsValid (_, _.Library.RawString val) |
Checks for Invalid Format, expects FILEMAN format Time (HHMMSS, 00:00:01 through 24:00:00). | |
_.Library.String | LogicalToDisplay (_.Library.FilemanTime Arg1) |
Converts FILEMAN format TimeStamp (HHMMSS) to DISPLAY format TIME HH:MM:SS). | |
_.Library.String | LogicalToOdbc (_.Library.FilemanTime Arg1) |
Converts FILEMAN format Time (HHMMSS) to ODBC format TIME (HH:MM:SS) | |
_.Library.String | LogicalToXSD (_, _.Library.FilemanTime val) |
Converts the FilemanTime value to the canonical SOAP encoded value. | |
_.Library.FilemanTimeStamp | OdbcToLogical (_.Library.String Arg1) |
Converts ODBC format TIMESTAMP (YYYY-MM-DD HH:MM:SS) to FILEMAN format TimeStamp (CYYMMDD.HHMMSS) | |
Static Public Attributes | |
COLLATION = None | |
Custom Time datatype designed to handle internal FILEMAN format Time (HHMMSS). More... | |
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
|
static |
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
The default collation value used for this data type.