TimePoint

The TimePoint data type represents a point in time. A time point is either a specific date and time, or a logical value (e.g., "Immediately"). If TimepointType is "Immediately" or "Unknown", the DateTime may not be specified and should be ignored.

Ancestors

Relevant Operations

Contents

The following table describes the elements contained in TimePoint.

NameDescription

TimepointType

Indicates either a specific date or a logical value (e.g., "Immediately"). If the TimepointType returns DateTime, the DateTime parameter returns the specific date and time. Otherwise, this parameter is null.

  • Immediately—Indicates that the inventory item is available for picking immediately.

  • DateTime—Indicates the exact time noted in the DateTime element.

  • Unknown—Indicates that the inventory item is expected to be available for picking at some point in the future, but it's not known with confidence when that might be.

Type: String

DateTime

Indicates the date and time after which the inventory item is expected to be available for picking.

Type: String