Class $.wijmo.wijspread.DateCompareType
Constructor Attributes | Constructor Name and Description |
---|---|
Specifies the date compare type.
|
Field Attributes | Field Name and Description |
---|---|
Indicates whether the date time is after a certain time.
|
|
Indicates whether the date time is after or equal to a certain time.
|
|
Indicates whether the date time is before a certain time.
|
|
Indicates whether the date time is before or equal to a certain time.
|
|
Indicates whether the date time is equal to a certain time.
|
|
Indicates whether the date time is not equal to a certain time.
|
Field Detail
After
Indicates whether the date time is after a certain time.
AfterEqualsTo
Indicates whether the date time is after or equal to a certain time.
Before
Indicates whether the date time is before a certain time.
BeforeEqualsTo
Indicates whether the date time is before or equal to a certain time.
EqualsTo
Indicates whether the date time is equal to a certain time.
NotEqualsTo
Indicates whether the date time is not equal to a certain time.