PartAttributeValidateDateType Enumeration |
An enumeration that describes a date or date range to validate the input against when using a date time atribute value.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public enum PartAttributeValidateDateType
Public Enumeration PartAttributeValidateDateType
public enum class PartAttributeValidateDateType
type PartAttributeValidateDateType
Members
| Member name | Value | Description |
---|
| Yesterday | 0 |
Yesterday
|
| Today | 1 |
Today
|
| Tomorrow | 2 |
Tomorrow
|
| NextWeek | 3 |
NextWeek
|
| NextMonth | 4 |
NextMonth
|
| Custom | 5 |
Custom
|
See Also