This data type represents a time value. More...


Additional Inherited Members | |
  Static Public Member Functions inherited from Time | |
| _.Library.Time | DisplayToLogical (_, _.Library.String val) | 
| Converts the input value val, which represents a time value,.  More... | |
| _.Library.Status | IsValid (_, _.Library.RawString val) | 
| Tests if the logical value val, which represents a time value.  More... | |
| _.Library.String | LogicalToDisplay (_, _.Library.Time val) | 
| Converts the value of val, which is a logical time value.  More... | |
| _.Library.String | LogicalToOdbc (_, _.Library.Time val) | 
| Converts val, which represents a logical time value.  More... | |
| _.Library.String | LogicalToXSD (_, _.Library.Time val) | 
| Converts the Time value to the canonical SOAP encoded value.  | |
| _.Library.Time | Normalize (_, _.Library.RawString val) | 
| Converts val to a normalized value.  | |
| _.Library.Time | OdbcToLogical (_, _.Library.String val) | 
| Converts val, which represents a time in ODBC format,.  More... | |
| _.Library.Time | XSDToLogical (_, _.Library.String val) | 
| Converts the SOAP encoded input time value into a Time value.  | |
  Static Public Attributes inherited from Time | |
| DISPLAYLIST = None | |
| The Time data type class represents a time value.  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.  | |
| PRECISION = None | |
| The number of decimal places of precision to keep for Time values.  More... | |
| 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... | |
This data type represents a time value.
Internally, this is stored as the number of seconds past midnight.