Click or drag to resize

PartAttributeDateLimit Enumeration

An enumeration that describes how to compare a date time attribute value.

Namespace:  FactoryLogix.xTend.DataObjects
Assembly:  FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.242.0.0 (8.242.0.0)
Syntax
public enum PartAttributeDateLimit
Members
  Member nameValueDescription
GreaterThan0 Greater Than
GreaterThanorEqual1 Greater Than or Equal
LessThan2 Less Than
LessThanorEqual3 Less Than or Equal
Equal4 Equals
See Also