This document is archived and information here might be outdated. Recommended version. |
Allows user to select record set by its date value.
[Visual Basic .NET] Public Function SelectByDate ( _ ByVal StartDate As Object, _ ByVal endDate As Object _ ) As ISelectionSet
[C#] public ISelectionSet SelectByDate ( object StartDate, object endDate );
[C++]
HRESULT SelectByDate(
VARIANT StartDate,
VARIANT endDate
);
[C++] Parameters StartDate [in]
StartDate is a parameter of type VARIANT endDate [in]
endDate is a parameter of type VARIANT