Home Manual Reference Source Test
public class | source

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
public

lessThan(val: *): Matcher

public
public

toJSON(val: *): *

Inherited Summary

From class Attribute
public

jsonKey: *

public
public
public
public
public

equal(val: *): Matcher

public

fromJSON(val: *): *

public

in(val: Array): Matcher

public

not(val: *): Matcher

public

toJSON(val: *): *

Public Methods

public columnSQL(): string source

Return:

string

public fromJSON(val: *): * source

Override:

Attribute#fromJSON

Params:

NameTypeAttributeDescription
val *

Return:

*

public greaterThan(val: *): Matcher source

Params:

NameTypeAttributeDescription
val *

Return:

Matcher

Matcher for objects greater than the provided value.

public greaterThanOrEqualTo(val: *): Matcher source

Params:

NameTypeAttributeDescription
val *

Return:

Matcher

Matcher for objects greater than or equal to the provided value.

public lessThan(val: *): Matcher source

Params:

NameTypeAttributeDescription
val *

Return:

Matcher

Matcher for objects less than the provided value.

public lessThanOrEqualTo(val: *): Matcher source

Params:

NameTypeAttributeDescription
val *

Return:

Matcher

Matcher for objects less than or equal to the provided value.

public toJSON(val: *): * source

Override:

Attribute#toJSON

Params:

NameTypeAttributeDescription
val *

Return:

*