Class DateTimeOperators
Supported operators for datetime fields through advanced search
Inherited Members
Namespace: SuperOffice.ErpSync
Assembly: SuperOffice.Plugins.dll
Syntax
public static class DateTimeOperators
Fields
AFTER
"After" operator. Connector should be the one to determine whether or not to compare just dates, just times or both date and time.
Declaration
public const string AFTER = "after"
Field Value
Type | Description |
---|---|
string |
AFTER_OR_EQUAL
"After or equal" operator. Connector should be the one to determine whether or not to compare just dates, just times or both date and time.
Declaration
public const string AFTER_OR_EQUAL = "afterOrEqual"
Field Value
Type | Description |
---|---|
string |
BEFORE
"Before" operator. Connector should be the one to determine whether or not to compare just dates, just times or both date and time.
Declaration
public const string BEFORE = "before"
Field Value
Type | Description |
---|---|
string |
BEFORE_OR_EQUAL
"Before or equal" operator. Connector should be the one to determine whether or not to compare just dates, just times or both date and time.
Declaration
public const string BEFORE_OR_EQUAL = "beforeOrEqual"
Field Value
Type | Description |
---|---|
string |
BETWEEN
"Between" operator. Connector should be the one to determine whether or not to compare just dates, just times or both date and time. Search values will be presented in the desired order.
Declaration
public const string BETWEEN = "between"
Field Value
Type | Description |
---|---|
string |
EQUALS
"Equals" operator. Connector should be the one to determine whether or not to compare just dates, just times or both date and time.
Declaration
public const string EQUALS = "="
Field Value
Type | Description |
---|---|
string |