| Visual Basic (Declaration) | |
|---|---|
Public Overloads Sub getUpdatedAsync( _ ByVal sObjectType As String, _ ByVal startDate As Date, _ ByVal endDate As Date _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As SforceService Dim sObjectType As String Dim startDate As Date Dim endDate As Date instance.getUpdatedAsync(sObjectType, startDate, endDate) | |
| Managed Extensions for C++ | |
|---|---|
public: void getUpdatedAsync( string* sObjectType, DateTime startDate, DateTime endDate ) | |
Parameters
- sObjectType
- startDate
- endDate
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family