<para> If the dateRange parameter contains no values then nothing will be appended. </para> <para> WARNING: The supplied dates in the dateRange 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. | ||
| dateRange | ISDateRange | The Date Range in Local time. | ||
| includeNullIfNoToDate | Boolean | Optional | Indicates whether to allow the field to be Null if a From date is included but no To date. If omitted, a value of False is assumed. |