Class LABKEY.Query.Filter.DateLessThan
Extends
LABKEY.Query.Filter.
LABKEY.Query.Filter.DateLessThan subclass of LABKEY.Query.Filter.
Finds rows where the date portion of a datetime column is less than the filter value (ignoring the time portion).
Defined in: Query.js.
Constructor Attributes | Constructor Name and Description |
---|---|
LABKEY.Query.Filter.DateLessThan(columnName, value)
|
- Methods borrowed from class LABKEY.Query.Filter:
- getColumnName, getFilterType, getURLParameterName, getURLParameterValue, getValue
Class Detail
LABKEY.Query.Filter.DateLessThan(columnName, value)
- Parameters:
- columnName
- Required. The name of the column the filter will be applied to. Can be a string, array of strings, or a LABKEY.FieldKey
- value
- Value used as the filter criterion or an Array of values.