Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Adds a Date parameter to the AdoNetInvokeParametersBuilder object.
MyPB.addDate(name, value, includeTimeZone);
Arguments
name
A string that contains the name of the parameter to be added.value
The Date value of the parameter to be added.includeTimeZone
(Optional) true to include time zone information with the Date object, otherwise, false.
Return Value
None.