Share via


SimpleFindSearchInfo.SearchDateTimeStart Property (PIA)

The SearchDateTimeStart property is a read/write Object that contains the DateTime start value to search for; if left null, the DateTime start value does not become part of the search criteria. Use this property in conjunction with the SearchDateTimeColumn property.

Definition

[Visual Basic .NET]

Imports Microsoft.CommerceServer.Interop.Orders
…
Public Property SearchDateTimeStart As Object

[C#]

using Microsoft.CommerceServer.Interop.Orders;
…
public object SearchDateTimeStart {get; set;}

Property Value

An object containing the DateTime start value to search for.

Exceptions

This property may throw one of many mapped exceptions or an exception of type COMException. See Standard COM Errors for additional details.

Requirements

Namespace: Microsoft.CommerceServer.Interop.Orders

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Interop.Orders.Requisition.dll

See Also

SimpleFindSearchInfo Class

OrderGroupManager.SimpleDelete

OrderGroupManager.SimpleFind

Copyright © 2005 Microsoft Corporation.
All rights reserved.