Click or drag to resize

DateTimeMeasurement Class

A specific type of Measurement used to record a date/time value against an Item.
Inheritance Hierarchy

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 DateTimeMeasurement : Measurement

The DateTimeMeasurement type exposes the following members.

Constructors
  NameDescription
Public methodDateTimeMeasurement
Initializes a new instance of the DateTimeMeasurement class
Top
Properties
  NameDescription
Public propertyDateTimeValue
The actual date/time value to be recorded for the Item.
Top
See Also