Click or drag to resize

DateTimePartAttributeValue Class

Represents a date time property of a part. Attributes are user defined items that are generally used to define the specifications for a particular part (length, width, weight, color, etc.). This class can be used specifically to define a date time attribute allowing for specifying validations. For example: validate the user has set a date time that is greater than today or equal to a specific date.
Inheritance Hierarchy
SystemObject
  FactoryLogix.xTend.DataObjectsPartAttributeValue
    FactoryLogix.xTend.DataObjectsDateTimePartAttributeValue

Namespace:  FactoryLogix.xTend.DataObjects
Assembly:  FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.242.0.0 (8.242.0.0)
Syntax
public class DateTimePartAttributeValue : PartAttributeValue

The DateTimePartAttributeValue type exposes the following members.

Constructors
  NameDescription
Public methodDateTimePartAttributeValue
Initializes a new instance of the DateTimePartAttributeValue class
Top
Properties
  NameDescription
Public propertyDateLimit
The date limit to use for comparison.
Public propertyDateType
The type of date or date range to use for validation.
Top
Remarks
When creating a date time attribute just simply requires a date time input use the PartAttributeValue class with the
See Also