Show / Hide Table of Contents

Class DateTimeOperators

Supported operators for datetime fields through advanced search

Inheritance
object
DateTimeOperators
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
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
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top