ServicePRO SDK Help

ManageObjectsServiceClient..::..BeginGetBusinessDate Method

Namespace:  ServicePRO.Sdk.Windows.Clients
Assembly:  ServicePRO.Sdk.Windows (in ServicePRO.Sdk.Windows.dll)

Syntax


public IAsyncResult BeginGetBusinessDate(
	string sessionKey,
	DateTime CurrentDate,
	int Days,
	int Minutes,
	AsyncCallback callback,
	Object asyncState
)
Public Function BeginGetBusinessDate ( _
	sessionKey As String, _
	CurrentDate As DateTime, _
	Days As Integer, _
	Minutes As Integer, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

sessionKey
Type: String
CurrentDate
Type: DateTime
Days
Type: Int32
Minutes
Type: Int32
callback
Type: AsyncCallback
asyncState
Type: Object