44 "type":
"object<TimeZone>",
45 "desc":
"the time zone to use when writing to the type",
53 "desc":
"the format string for converting strings to dates",
56 "type":
"object<TimeZone>",
57 "desc":
"the time zone for external data when writing to the type and converting strings to dates",
auto acceptsValue(auto value)
returns the value if the value can be assigned to the type
describes a data type based on a date type with validation for string parsing and time zone support
Definition: QoreDateDataTypeBase.qc.dox.h:37
Type type
the Qore type
Definition: QoreDataType.qc.dox.h:42
const SupportedSoftOptions
supported soft options
Definition: QoreDateDataTypeBase.qc.dox.h:50
const SupportedOptions
supported options
Definition: QoreDateDataTypeBase.qc.dox.h:42
describes type options
Definition: AbstractDataProviderType.qc.dox.h:122
hash< auto > options
type options
Definition: AbstractDataProviderType.qc.dox.h:169
describes a data type
Definition: AbstractDataProviderType.qc.dox.h:161
AbstractDataProviderType getSoftType()
returns a "soft" type equivalent to the current type
Qore AbstractDataField class definition.
Definition: AbstractDataField.qc.dox.h:32
*hash< string, hash< DataProviderTypeOptionInfo > > getSupportedOptions()
returns supported options
describes a data type based on a Qore data type
Definition: QoreDataType.qc.dox.h:37
constructor()
creates the type