Click or drag to resize

DateTimeRangeMeasurement Class

A specific type of Measurement used to record a date/time range 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 DateTimeRangeMeasurement : Measurement

The DateTimeRangeMeasurement type exposes the following members.

Constructors
  NameDescription
Public methodDateTimeRangeMeasurement
Initializes a new instance of the DateTimeRangeMeasurement class
Top
Properties
  NameDescription
Public propertyDateTimeEndValue
The actual end date/time to be recorded for the Item.
Public propertyDateTimeStartValue
The actual start date/time to be recorded for the Item.
Top
See Also