ItemMSDOpenCounter Property |
The total amount of time (in minutes) that this material has been exposed to the atmosphere
the last time the item was place in dry storage ("closed" or "sealed"). If the item is
still "open" (exposed to the atmosphere), you must use the following formula to determine
its true current exposure time: (DateTime.Now - MSDOpenTime).TotalMinutes() + MSDOpenCounter.
This property is only used for items that represent moisture sensitive materials (MSD materials).
"Opening" an MSD material means removing the material from dry storage, or breaking the original
manufacture seal (packaging).
This is a read-only property that is maintained by the system and may not be directly adjusted.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public int MSDOpenCounter { get; }
Public ReadOnly Property MSDOpenCounter As Integer
Get
public:
property int MSDOpenCounter {
int get ();
}
member MSDOpenCounter : int with get
Property Value
Type:
Int32See Also