<para> If value = Nothing then the SQL Where clause will use the correct IS Null syntax. </para> <para> WARNING: The supplied date parameter will be converted from local to UTC regardless of the date's DateTimeKind, e.g., even if the DateTimeKind is 'Utc', it will still be adjusted to universal time as if it were a local date. </para>
| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| fieldName | String | The compare field name. | ||
| operator | String | The operator, e.g. =,<>,<=. | ||
| value | Date | The date to compare in Local time. |