Home > Contents > Index >
ICS.SearchDateToNative (Deprecated)
Deprecated as of Content Server version 7.6
Syntax
public boolean SearchDateToNative(String sDate, StringBuffer sbOut, String sEngine, String sCharset, StringBuffer sbError)Parameters
sDate
- The date to convert.
sbOut
- Buffer where the converted string will be returned.
sEngine
- Search engine name. If
null
, the value of the Sites property,cs.searchengine
, is used.
sCharset
- Constant value representing the character set the index uses.
- For the AltaVista search engine, this value can be 0, 1, or 2 (ISO_LATIN1, ASCII8, or UTF8). If
sCharSet
isnull
, Sites uses the value ofav.charset
in the properties file.- For the Verity search engine, this value specifies the name of the subdirectory of the common directory where the locale is defined. If
sCharSet
isnull
, Sites uses the value ofverity.charset
in the properties file.sbError
- For return values; may contain error information.
Returns
Returns
true
on success,false
on failure.Error Numbers
Use GetErrno (), and see Appendix A, "Error Conditions," for the possible
errno
values.
Home > Contents > Index > ![]()
Oracle JAVA Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.