prorm API Reference
← Documentation
GitLab
Preparing search index...
types
DataTypeTime
Interface DataTypeTime
A time of day with no date component.
interface
DataTypeTime
{
toSql
?:
()
=>
string
;
key
:
"TIME"
;
precision
?:
number
;
}
Hierarchy (
View Summary
)
DataTypeAbstract
DataTypeTime
Index
Properties
to
Sql?
key
precision?
Properties
Optional
to
Sql
toSql
?:
()
=>
string
key
key
:
"TIME"
Optional
precision
precision
?:
number
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
to
Sql
key
precision
← Documentation
GitLab
prorm API Reference
Loading...
A time of day with no date component.