import AttributeDateTime from 'electron-coresqlite/lib/attributes/attribute-datetime.js'
AttributeDateTime
Extends:
Attribute → AttributeDateTime
The value of this attribute is always a Javascript Date
, or null
.
Method Summary
Public Methods | ||
public |
|
|
public |
fromJSON(val: *): * |
|
public |
greaterThan(val: *): Matcher |
|
public |
greaterThanOrEqualTo(val: *): Matcher |
|
public |
|
|
public |
lessThanOrEqualTo(val: *): Matcher |
|
public |
toJSON(val: *): * |
Inherited Summary
From class Attribute | ||
public |
jsonKey: * |
|
public |
modelKey: * |
|
public |
queryable: * |
|
public |
|
|
public |
|
|
public |
|
|
public |
fromJSON(val: *): * |
|
public |
|
|
public |
|
|
public |
toJSON(val: *): * |
Public Methods
public fromJSON(val: *): * source
Override:
Attribute#fromJSONParams:
Name | Type | Attribute | Description |
val | * |
Return:
* |
public toJSON(val: *): * source
Override:
Attribute#toJSONParams:
Name | Type | Attribute | Description |
val | * |
Return:
* |