lastUpdateDateTimeLte
Parameters
lastUpdateDateTimeLte
This is a filter condition less than or equal on the lastUpdateDateTime
to filter the documents. lastUpdateDateTime
field does not accept exact match. Date time formats allowed are: YYYY-MM-DDTHH:mm:ss.SSS
or YYYY-MM-DD HH:mm:ss.SSS
. Time fields can be suppressed from the end to the beginning i.e. YYYY-MM-DD HH:mm
is acceptable. * Example with just date: lastUpdateDateTime.lte='2012-12-28'
* Example with date and time: lastUpdateDateTime.lte='2012-12-28T21:27'
* Example with date and time: lastUpdateDateTime.lte='2012-12-28 21:27:55.827'