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
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.251.0.0 (8.251.0.0)
Syntaxpublic class DateTimePartAttributeValue : PartAttributeValue
Public Class DateTimePartAttributeValue
Inherits PartAttributeValue
public ref class DateTimePartAttributeValue : public PartAttributeValue
type DateTimePartAttributeValue =
class
inherit PartAttributeValue
end
The DateTimePartAttributeValue type exposes the following members.
Constructors
Properties
| Name | Description |
---|
 | DateLimit |
The date limit to use for comparison.
|
 | DateType |
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